On Monday 06 August 2007, Sergei Shtylyov wrote:
> Bartlomiej Zolnierkiewicz wrote:

> > Index: b/drivers/ide/arm/icside.c
> > ===================================================================
> > --- a/drivers/ide/arm/icside.c
> > +++ b/drivers/ide/arm/icside.c
> > @@ -309,14 +309,6 @@ static int icside_dma_on(ide_drive_t *dr
> >     return 0;
> >  }
> >  
> > -static int icside_dma_check(ide_drive_t *drive)
> > -{
> > -   if (ide_tune_dma(drive))
> > -           return 0;
> > -
> > -   return -1;
> > -}
> > -
> >  static int icside_dma_end(ide_drive_t *drive)
> >  {
> >     ide_hwif_t *hwif = HWIF(drive);
> 
>     Hm, looks like there's going to be some functionality change for this 
> driver -- it didn't fallback to PIO before this patch... ;-)

It won't because this driver lacks ->set_pio_mode method... :-)

Bart
-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to