[PATCH 8/11] ide-pmac: remove extra good status wait from pmac_ide_do_setfeature()

2007-07-22 Thread Bartlomiej Zolnierkiewicz
Don't check for good device status before executing the command in pmac_ide_do_setfeature() (ide_config_drive_speed() doesn't do this). It is a job of upper layers to guarantee that the device is ready to accept new command before we get here. Cc: Benjamin Herrenschmidt <[EMAIL PROTECTED]> Signe

Re: [PATCH 8/11] ide-pmac: remove extra good status wait from pmac_ide_do_setfeature()

2007-07-22 Thread Benjamin Herrenschmidt
On Sun, 2007-07-22 at 20:32 +0200, Bartlomiej Zolnierkiewicz wrote: > Don't check for good device status before executing the command in > pmac_ide_do_setfeature() (ide_config_drive_speed() doesn't do this). > > It is a job of upper layers to guarantee that the device is ready to > accept new comm