Re: [PATCH] Incorrect device link for ide-cs

From: Bartlomiej Zolnierkiewicz
Date: Thu Nov 03 2005 - 05:00:04 EST


Hi,

> hw_regs_t hw;
> memset(&hw, 0, sizeof(hw));
> - ide_init_hwif_ports(&hw, io, ctl, NULL);
> + ide_std_init_ports(&hw, io, ctl);

Could you separate this into another patch?

This change fixes ide-cs for some archs but OTOH we should verify that
there are no ide-cs specific hacks in ide_init_hwif_ports() on other archs.

Otherwise patch looks fine.

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