commit | 44b815c6b063ddadacc062a28a3e3facc8486f31 | [log] [tgz] |
---|---|---|
author | Amitkumar Karwar <akarwar@marvell.com> | Thu Sep 29 20:43:41 2011 -0700 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Oct 03 15:22:36 2011 -0400 |
tree | 171ac8deb41426c1f07dac9c5303175310209512 | |
parent | d85c5fe462fe3531f607fda787e9c80617e35437 [diff] |
mwifiex: handle an error path correctly In failure case locks are not allocated in mwifiex_register(). So mwifiex_free_lock_list() routine call becomes redundant. Also we don't need to check return type for mwifiex_init_lock_list() routine. It never fails. 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>