commit | 9a928660c9dcaff568c9d379655c5aa16fb981f8 | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yinghai@kernel.org> | Sun Feb 28 15:49:39 2010 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Mar 01 07:41:55 2010 -0800 |
tree | df244e4ebf47647b59dfafd4c5f999cf67309e48 | |
parent | 30ff056c42c665b9ea535d8515890857ae382540 [diff] |
pci: don't reassign to ROM res if it is not going to be enabled 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>