commit | 777ec5e9cec521af617fc52a1c1ae24f68f4a43b | [log] [tgz] |
---|---|---|
author | Michal Schmidt <mschmidt@redhat.com> | Fri Jun 29 15:33:30 2007 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jul 10 14:11:28 2007 -0400 |
tree | 19f32c96204f5ff1ff60b28b6355519e87acc2f7 | |
parent | a62056f0b0cfdc175afd99fef80a68f01cdf0f4b [diff] |
[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 <mschmidt@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>