Commit 2736c097 authored by Anton Blanchard's avatar Anton Blanchard

Merge samba.org:/scratch/anton/linux-2.5

into samba.org:/scratch/anton/for-alan
parents ddc46c03 d080de18
......@@ -291,7 +291,7 @@ int cb_alloc(socket_info_t * s)
/* We need to assign resources for expansion ROM. */
for (r = 0; r < 7; r++) {
struct resource *res = dev->resource + r;
if (!res->start && res->end)
if (res->flags)
pci_assign_resource(dev, r);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment