commit | 1df8fb3d5f078f9cab901b6106ef2c9b74eef7df | [log] [tgz] |
---|---|---|
author | Sheng Yang <sheng@linux.intel.com> | Tue Nov 11 17:17:45 2008 +0800 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Wed Nov 19 14:12:29 2008 -0800 |
tree | 48941e9ff7997acb1af25ff2a546a921b383f06f | |
parent | 7f0f598a0069d1ab072375965a4b69137233169c [diff] |
PCI: Fix disable IRQ 0 in pci_reset_function() Before initialization, dev->irq may be zero. Make sure we don't disable it at reset time in that case. Reviewed-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: Sheng Yang <sheng@linux.intel.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>