Re: 2.5 Problem Report Status

Patrick Mochel (mochel@osdl.org)
Sat, 26 Oct 2002 12:06:08 -0700 (PDT)


On Sat, 26 Oct 2002, Toon van der Pas wrote:

> On Wed, Oct 23, 2002 at 10:03:51AM -0700, Patrick Mochel wrote:
> >
> > ===== drivers/ide/ide.c 1.33 vs edited =====
> > --- 1.33/drivers/ide/ide.c Fri Oct 18 12:44:11 2002
> > +++ edited/drivers/ide/ide.c Wed Oct 23 09:42:27 2002
> > @@ -3351,6 +3351,14 @@
> > return 0;
> > }
> >
> > +static void ide_drive_shutdown(struct device * dev)
> > +{
> > + ide_drive_t * drive = container_of(dev,ide_drive_t,gendev);
> > + ide_driver_t * drive = drive->driver;
>
> Are you sure you didn't introduce a typo here? (missing 'r')
> Maybe you meant this line to be:
>
> + ide_driver_t * driver = drive->driver;

Uhm..yes. Sorry about that.

-pat

-
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/