From: Ben Collins Date: Sun, 18 Dec 2005 02:39:23 +0000 (-0800) Subject: [PATCH] i2o: Do not disable pci device when it's in use X-Git-Tag: v2.6.15-rc6~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87d47d0547631e059c308b392cd2423fe9248c93;p=pandora-kernel.git [PATCH] i2o: Do not disable pci device when it's in use 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed