From: Emmanuel Grumbach Date: Tue, 6 Sep 2011 16:31:17 +0000 (-0700) Subject: iwlagn: merge iwl_pci_down and iwl_pci_remove X-Git-Tag: v3.2-rc1~129^2~254^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65e291acd806fae8cb6fff73a93def84d0ad327a;p=pandora-kernel.git iwlagn: merge iwl_pci_down and iwl_pci_remove The latter was the only place that called the first. The two functions were split when the iwl_pci_probe called iwl_pci_down upon failure in the probe. Since iwl_pci_probe undoes its work by itself, there is no need to split between iwl_pci_down, and iwl_pci_remove. Thanks to Pavel Roskin for pointing that out. Signed-off-by: Emmanuel Grumbach Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed