From: Michal Schmidt Date: Fri, 29 Jun 2007 13:33:30 +0000 (+0200) Subject: [PATCH] airo: disable the PCI device when unloading module X-Git-Tag: v2.6.23-rc1~768^2~18^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=777ec5e9cec521af617fc52a1c1ae24f68f4a43b;p=pandora-kernel.git [PATCH] airo: disable the PCI device when unloading module Fix an assymetry between pci_{enable,disable}_device. airo did not disable the PCI device when unloading the module. This caused suspend failures after modprobe -r airo && modprobe airo. Signed-off-by: Michal Schmidt Signed-off-by: John W. Linville --- Reading git-diff-tree failed