mwifiex: remove unnecessary variable initialization
authorYogesh Ashok Powar <yogeshp@marvell.com>
Wed, 4 May 2011 03:11:46 +0000 (20:11 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 5 May 2011 18:59:16 +0000 (14:59 -0400)
Skip initialization of local variables with some default values
if the values are not going to be used further down the code path.

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