Messages in this thread |  | | Date | Tue, 17 Jun 2008 10:45:46 +1000 | From | Stephen Rothwell <> | Subject | Re: [PATCH 3/4] ide-pmac: add ->init_dev method (take 2) |
| |
Hi Bart,
On Mon, 16 Jun 2008 21:24:47 +0200 Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> wrote: > > +static void pmac_ide_init_dev(ide_drive_t *drive) > +{ > + ide_hwif_t *hwif = drive->hwif; > + pmac_ide_hwif_t *pmif = > + (pmac_ide_hwif_t *)dev_get_drvdata(hwif->gendev.parent); > + > + if (pmif->mediabay) { > +#ifdef CONFIG_PMAC_MEDIABAY > + if (check_media_bay(np->parent, MB_CD) == -ENODEV) ^^ "np" doesn't exist here.
-- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/ [unhandled content-type:application/pgp-signature] |  |