staging: rtl8712: Remove unnecessary cast for argument of kfree
authorTapasweni Pathak <tapaswenipathak@gmail.com>
Wed, 8 Oct 2014 15:11:26 +0000 (20:41 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:29:19 +0000 (10:29 +0800)
commit646da830fd61a74947581b3675e1919361f16cd2
tree46cde51d26336ff1c119368d1ff011bac0f7eae7
parentf999ac00c76f998b5ef861a599c72fb4572dc9c0
staging: rtl8712: Remove unnecessary cast for argument of kfree

This patch removes all occurrences of unnecessary cast on the
argument to kfree, all over in rtl8712.

There is no need of the cast on the argument to kfree.

Greped to find occurrences.

Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl871x_cmd.c
drivers/staging/rtl8712/rtl871x_io.c
drivers/staging/rtl8712/rtl871x_ioctl_linux.c
drivers/staging/rtl8712/rtl871x_mlme.c