Re: [PATCH 12/13] ATA ACPI: use scsi_bus_shutdown for SATA/PATA

From: Pavel Machek
Date: Tue Feb 28 2006 - 15:20:26 EST


Hi!

> > > + if (sht->shutdown)
> > > + sht->shutdown(sdev);
> > > +}
> > > +
> > > struct bus_type scsi_bus_type = {
> > > .name = "scsi",
> > > .match = scsi_bus_match,
> > > .suspend = scsi_bus_suspend,
> > > .resume = scsi_bus_resume,
> > > + .shutdown = scsi_bus_shutdown,
> > > };
> >
> > Whitespace?
>
> Not a problem in my addition. Are you requesting me to fix
> the other lines?

Ahha, sorry, I seen wrong whitespace, and did not realize it was there
already. Yes, it would be nice to to fix whitespace around
modifications.

...and sorry about all the comments about added debugging. I did not
realize Jeff actually wants it that way. (I seriously dislike
excessive debugging in ACPI case.)
Pavel
--
Web maintainer for suspend.sf.net (www.sf.net/projects/suspend) wanted...
-
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/