Home
last modified time | relevance | path

Searched hist:"8 f24f505" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c8f24f505 Mon Apr 01 17:26:21 CDT 2019 Madhumitha Prabakaran <madhumithabiw@gmail.com> 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>
8f24f505 Mon Apr 01 17:26:21 CDT 2019 Madhumitha Prabakaran <madhumithabiw@gmail.com> 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>