On Wed, 6 Jul 2005, Andi Kleen wrote:

> -     q = blk_init_queue_node(do_ide_request, &ide_lock,
> -                             pcibus_to_node(drive->hwif->pci_dev->bus));
> +     int node = 0; /* Should be -1 */

Why is this not -1?

> +             int node = 0; 
> +             if (hwif->drives[0].hwif) { 

Also needs to be -1.

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

Reply via email to