commit | 623d563e52d4d4041612e24b33a5610a900dd778 | [log] [tgz] |
---|---|---|
author | Reinette Chatre <reinette.chatre@intel.com> | Tue Mar 03 11:37:04 2009 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Mar 05 13:43:06 2009 -0500 |
tree | 9929b79207e85ca89004f27beeca7aafd18c6668 | |
parent | ef4bb70d876b4ae5787cc43727477d1a36cdc2e8 [diff] |
iwlwifi: fix error flow in iwl*_pci_probe Both the agn and 3945 drivers has some problems with dealing with errors in their probe functions. Ensure that a goto will undo only things that was done before the goto was called. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>