commit | b2a312046b6066cbf3bfb9154c7390eb0154fe03 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Mon Sep 09 14:26:51 2013 +0900 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Sep 26 15:13:36 2013 -0400 |
tree | aa9d011e311fdc441ec2fb50ff3f4c0986ab137e | |
parent | 5e88ba6228e66741811992a6c1d7cf37195ed4be [diff] |
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>