From: Reinette Chatre Date: Tue, 3 Mar 2009 19:37:04 +0000 (-0800) Subject: iwlwifi: fix error flow in iwl*_pci_probe X-Git-Tag: v2.6.29-rc8~51^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=623d563e52d4d4041612e24b33a5610a900dd778;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed