From: Greg Kroah-Hartman Date: Thu, 13 Mar 2008 04:48:03 +0000 (-0700) Subject: PCI: fix issue with busses registering multiple times in sysfs X-Git-Tag: v2.6.25-rc6~17^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc74d96f47b0d916840f92092595e3be9731e047;p=pandora-kernel.git PCI: fix issue with busses registering multiple times in sysfs PCI busses can be registered multiple times, so we need to detect if we have registered our bus structure in sysfs already. If so, don't do it again. Thanks to Guennadi Liakhovetski for reporting the problem, and to Linus for poking me to get me to believe that it was a real problem. Cc: Linus Torvalds Cc: Guennadi Liakhovetski Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed