Commit 03a4e6f4 authored by Linus Torvalds's avatar Linus Torvalds Committed by Linus Torvalds

Brad Heilbrun: fix IDE for highmem support

parent 7ae28d31
......@@ -327,7 +327,7 @@ static ide_startstop_t task_mulout_intr(struct ata_device *drive, struct request
* last transfer.
*/
ata_write(drive, buf, nsect * SECTOR_WORDS);
bio_kunmap_irq(buffer, &flags);
bio_kunmap_irq(buf, &flags);
} while (mcount);
rq->errors = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment