diff options
Diffstat (limited to 'drivers/ide/au1xxx-ide.c')
-rw-r--r-- | drivers/ide/au1xxx-ide.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/au1xxx-ide.c b/drivers/ide/au1xxx-ide.c index 72d7d615e1fc..3ace0cda5452 100644 --- a/drivers/ide/au1xxx-ide.c +++ b/drivers/ide/au1xxx-ide.c | |||
@@ -215,7 +215,7 @@ static int auide_build_dmatable(ide_drive_t *drive) | |||
215 | struct request *rq = hwif->rq; | 215 | struct request *rq = hwif->rq; |
216 | _auide_hwif *ahwif = &auide_hwif; | 216 | _auide_hwif *ahwif = &auide_hwif; |
217 | struct scatterlist *sg; | 217 | struct scatterlist *sg; |
218 | int i = hwif->sg_nents, iswrite, count = 0; | 218 | int i = hwif->cmd.sg_nents, iswrite, count = 0; |
219 | 219 | ||
220 | iswrite = (rq_data_dir(rq) == WRITE); | 220 | iswrite = (rq_data_dir(rq) == WRITE); |
221 | /* Save for interrupt context */ | 221 | /* Save for interrupt context */ |