lkml.org 
[lkml]   [2003]   [Jan]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: pci_child_fixup()
On Sun, Jan 19, 2003 at 07:52:17PM -0800, William Lee Irwin III wrote:
> child = pci_add_new_bus(bus, dev, 0);
> - child->primary = buses & 0xFF;
> - child->secondary = (buses >> 8) & 0xFF;
> - child->subordinate = (buses >> 16) & 0xFF;
> - child->number = child->secondary;
> + pci_child_fixup(bus, child, buses);

The "bus" argument seems to be redundant. Why not use "child->parent"
just filled in by pci_add_new_bus() instead?

Ivan.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:32    [W:0.043 / U:0.500 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site