All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: rtl8723bs: Convert allocation returns from u8 * to void *
@ 2017-09-09 20:14 Joe Perches
  2017-09-09 20:14 ` [PATCH 1/2] staging: rtl8723bs: convert private allocation functions to return " Joe Perches
  2017-09-09 20:14 ` [PATCH 2/2] staging: rtl8723bs: Remove unnecessary rtw_z?malloc casts Joe Perches
  0 siblings, 2 replies; 3+ messages in thread
From: Joe Perches @ 2017-09-09 20:14 UTC (permalink / raw)
  To: linux-kernel; +Cc: Greg Kroah-Hartman, devel

Joe Perches (2):
  staging: rtl8723bs: convert private allocation functions to return void *
  staging: rtl8723bs: Remove unnecessary rtw_z?malloc casts

 drivers/staging/rtl8723bs/core/rtw_ap.c           | 10 ++-
 drivers/staging/rtl8723bs/core/rtw_cmd.c          | 84 +++++++++++------------
 drivers/staging/rtl8723bs/core/rtw_mlme.c         |  8 +--
 drivers/staging/rtl8723bs/core/rtw_mlme_ext.c     | 36 +++++-----
 drivers/staging/rtl8723bs/core/rtw_security.c     |  2 +-
 drivers/staging/rtl8723bs/core/rtw_wlan_util.c    |  2 +-
 drivers/staging/rtl8723bs/core/rtw_xmit.c         |  2 +-
 drivers/staging/rtl8723bs/hal/rtl8723b_hal_init.c |  2 +-
 drivers/staging/rtl8723bs/hal/sdio_ops.c          | 10 +--
 drivers/staging/rtl8723bs/include/osdep_service.h |  4 +-
 drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 16 ++---
 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c    | 14 ++--
 drivers/staging/rtl8723bs/os_dep/os_intfs.c       |  3 +-
 drivers/staging/rtl8723bs/os_dep/osdep_service.c  | 17 ++---
 14 files changed, 101 insertions(+), 109 deletions(-)

-- 
2.10.0.rc2.1.g053435c

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-09-09 20:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-09 20:14 [PATCH 0/2] staging: rtl8723bs: Convert allocation returns from u8 * to void * Joe Perches
2017-09-09 20:14 ` [PATCH 1/2] staging: rtl8723bs: convert private allocation functions to return " Joe Perches
2017-09-09 20:14 ` [PATCH 2/2] staging: rtl8723bs: Remove unnecessary rtw_z?malloc casts Joe Perches

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.