[PATCH] yenta oops fix
authorIvan Kokshaysky <ink@jurassic.park.msu.ru>
Wed, 14 Sep 2005 19:05:30 +0000 (23:05 +0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 14 Sep 2005 19:28:15 +0000 (12:28 -0700)
commitc7fb0b35ada6e0e691e70af5591a2006fbec85b5
tree04e058f2bd4a9ed1b7940bf7ff5b461a380e90b0
parent2fd4ef85e0db9ed75c98e13953257a967ea55e03
[PATCH] yenta oops fix

In some cases, especially on modern laptops with a lot of PCI and
cardbus bridges, we're unable to assign correct secondary/subordinate
bus numbers to all cardbus bridges due to BIOS limitations unless
we are using "pci=assign-busses" boot option.
So some cardbus controllers may not have attached subordinate pci_bus
structure, and yenta driver must cope with it - just ignore such cardbus
bridges.

For example, see https://bugzilla.novell.com/show_bug.cgi?id=113778

Signed-off-by: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/pcmcia/yenta_socket.c