From: Reinette Chatre Date: Sat, 28 Feb 2009 00:21:22 +0000 (-0800) Subject: iwlwifi: fix *pci_probe error flow X-Git-Tag: v2.6.30-rc1~662^2~346 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8f16138b5099bfd928942c3775aaecfd649e9e5;p=pandora-kernel.git iwlwifi: fix *pci_probe error flow for iwlagn: - Have to free eeprom of version check fails - otherwise we end up with memory leak. - Include removal of workqueue (created in _setup_deferred_work) in error handling. for iwl3945: - Fix a few places to jump to correct error handling. - Reorganize error handling to match with code flow. - Include iwl_free_channel_map as part of error handling. - Include releasing eeprom as part of error handling. Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed