commit | 8d96e7960b6b520eb52be6e1eb7c794da5db9555 | [log] [tgz] |
---|---|---|
author | Zhu Yi <yi.zhu@intel.com> | Mon Jun 15 21:36:13 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Jun 19 11:50:15 2009 -0400 |
tree | 8df4c510bef677704318d0868fa9a6748ff4ef5c | |
parent | cb2107be43d2fc5eadec58b92b54bf32c00bfff3 [diff] |
iwmc3200wifi: check for iwm_priv_init error We need to check for iwm_priv_init() errors and do proper cleanups. Otherwise we may fail to catch the create_singlethread_workqueue() error which will cause a kernel oops when destroy_workqueue() later. Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: Samuel Ortiz <samuel.ortiz@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>