mwifiex: remove redundant goto exit_remove statement
authorAmitkumar Karwar <akarwar@marvell.com>
Tue, 3 Dec 2013 07:17:57 +0000 (23:17 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 9 Dec 2013 20:35:31 +0000 (15:35 -0500)
commitc2868adebdb1c3233562e152d99a834f084cc07e
treec57adc09862054f8e3806e08fb9818ec301e14d1
parentf7b598532f3dccfb7b57f57b1163a0e1b3bc50cf
mwifiex: remove redundant goto exit_remove statement

The check for 'priv' pointer is redundant. 'priv' won't
be used later in this routine.

Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwifiex/main.c