From: Helmut Schaa Date: Thu, 12 Feb 2009 17:51:03 +0000 (+0100) Subject: iwlagn: clean up error path in iwl_pci_probe X-Git-Tag: v2.6.30-rc1~662^2~460^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=795cc0ad54128ada6f54d8b1eb051a907df6387e;p=pandora-kernel.git iwlagn: clean up error path in iwl_pci_probe This avoids triggering a BUG_ON in pci_disable_msi in the error path. Furthermore remove the first call to pci_disable_device as it is already called at out_pci_disable_device. Both issues were introduced in the patch "iwlagn: fix hw-rfkill while the interface is down". Signed-off-by: Helmut Schaa Acked-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed