]> git.baikalelectronics.ru Git - kernel.git/commit
mwifiex: Remove casting the return value which is a void pointer
authorJingoo Han <jg1.han@samsung.com>
Mon, 9 Sep 2013 05:26:51 +0000 (14:26 +0900)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 26 Sep 2013 19:13:36 +0000 (15:13 -0400)
commit7086cbdd0ff33afb29ac0d43822cf8fc8c9b104d
treeaa9d011e311fdc441ec2fb50ff3f4c0986ab137e
parenta8cac356dcfe3b1c09a4998242bf57f9ec08f8a2
mwifiex: Remove casting the return value which is a void pointer

Casting the return value which is a void pointer is redundant.
The conversion from void pointer to any other pointer type is
guaranteed by the C programming language.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwifiex/pcie.c