commit | 7a96e87d6e58a07235a2bc3eff9b093af4937a72 | [log] [tgz] |
---|---|---|
author | Dominik Brodowski <linux@dominikbrodowski.net> | Sat Mar 13 17:42:39 2010 +0100 |
committer | Dominik Brodowski <linux@dominikbrodowski.net> | Mon Mar 15 14:50:13 2010 +0100 |
tree | 41aca95f66517f0de234851764dfd3e4bde88469 | |
parent | 7a410e8d4d97457c8c381e2de9cdc7bd3306badc [diff] |
pcmcia: pd6729, i82092: use parent (PCI) resources A newly added parent resource entry for the root PCI bus, such as 40000000-ffffffff : PCI Bus #00 means that the pd6729 and i82092 drivers cannot allocate iomem as freely as before, unless they do so as PCI devices. Therefore, set socket->cb_dev so that rsrc_nonstatic.c does the right thing. Reported-by: Komuro <komurojun-mbn@nifty.com> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>