Files
linux/drivers
Madhumitha Prabakaran 8f24f505fc Staging: rtl8723bs: core: Remove typecast in kfree
Remove typecast in kfree, as per definition of kfree in
include/linux/slab.h#L144, the parameter type of kfree is void*, and
hence C compiler casts any pointer type to void*.

Signed-off-by: Madhumitha Prabakaran <madhumithabiw@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-04-02 07:57:44 +02:00
..
2019-03-28 11:14:31 +01:00
2019-03-07 08:59:26 -07:00