mwifiex: remove redundant "return" at end of void function
authorYogesh Ashok Powar <yogeshp@marvell.com>
Thu, 14 Apr 2011 00:27:07 +0000 (17:27 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 14 Apr 2011 19:35:12 +0000 (15:35 -0400)
The return statement at the last line of a void function
is not necessary.

Signed-off-by: Yogesh Ashok Powar <yogeshp@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found