linux/drivers/staging/rtl8723bs
Joe Perches 35628c4ad0 staging: rtl8723bs: convert private allocation functions to return void *
Using char * for a return from allocation functions means the
code has to cast generic allocations to specific types.

Allow the compiler to not need casts on the allocations.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-09-17 16:35:26 +02:00
..
core staging: rtl8723bs: Convert LIST_CONTAINOR to use kernel container_of 2017-09-17 16:35:26 +02:00
hal staging: rtl8723bs: hal: remove cast to void pointer 2017-08-29 08:24:04 +02:00
include staging: rtl8723bs: convert private allocation functions to return void * 2017-09-17 16:35:26 +02:00
os_dep staging: rtl8723bs: convert private allocation functions to return void * 2017-09-17 16:35:26 +02:00
Kconfig
Makefile
TODO