Re: [PATCH] Fix ide unregister vs. driver model

From: insecure
Date: Mon Aug 25 2003 - 05:02:18 EST


On Sunday 24 August 2003 16:05, Benjamin Herrenschmidt wrote:
> static void hwif_register (ide_hwif_t *hwif)
> {
> /* register with global device tree */
> strlcpy(hwif->gendev.bus_id,hwif->name,BUS_ID_SIZE);
> hwif->gendev.driver_data = hwif;
> + if (hwif->gendev.parent == NULL) {
> if (hwif->pci_dev)
> hwif->gendev.parent = &hwif->pci_dev->dev;
> else
> hwif->gendev.parent = NULL; /* Would like to do = &device_legacy */
> + }

inner if() should be indented
--
vda
-
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/