pci: don't reassign to ROM res if it is not going to be enabled
authorYinghai Lu <yinghai@kernel.org>
Sun, 28 Feb 2010 23:49:39 +0000 (15:49 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 1 Mar 2010 15:41:55 +0000 (07:41 -0800)
A ROM resource that doesn't fit should not cause us to try to re-assign
all the bus resources.  Nobody generally cares, and re-assigning is
going to just cause way more troubles than it tries to solve.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found