[PATCH] i2o: Do not disable pci device when it's in use
authorBen Collins <bcollins@ubuntu.com>
Sun, 18 Dec 2005 02:39:23 +0000 (18:39 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 18 Dec 2005 19:19:43 +0000 (11:19 -0800)
When dpt_i2o is loaded first, i2o being loaded would cause it to call
pci_device_disable, thus breaking dpt_i2o's use of the device.  Based on
similar usage of pci_disable_device in other drivers.

Signed-off-by: Ben Collins <bcollins@ubuntu.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found