From: Date: Thu, 26 May 2005 21:23:52 +0000 (-0700) Subject: fix whitespace damaged patch (convert spaces back to tabs) in ide-dma.patch X-Git-Tag: v2.6.11.11~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=336970053e139e2a9b7c68535b96820b622e7e78;p=thirdparty%2Fkernel%2Fstable-queue.git fix whitespace damaged patch (convert spaces back to tabs) in ide-dma.patch add my signed-off-by --- diff --git a/queue/ide-dma-fix.patch b/queue/ide-dma-fix.patch index 2e3aaeaf297..a90d590aeb6 100644 --- a/queue/ide-dma-fix.patch +++ b/queue/ide-dma-fix.patch @@ -14,7 +14,7 @@ I can't find the exact commit but this is definately included in 2.6.12-rc4. From: Bartlomiej Zolnierkiewicz Signed-off-by: Greg Kroah-Hartman - +Signed-off-by: Chris Wright --- drivers/ide/ide-disk.c | 4 +++- @@ -26,8 +26,8 @@ Signed-off-by: Greg Kroah-Hartman if (hwif->no_lba48_dma && lba48 && dma) { if (block + rq->nr_sectors > 1ULL << 28) dma = 0; -+ else -+ lba48 = 0; ++ else ++ lba48 = 0; } if (!dma) { @@ -36,7 +36,7 @@ Signed-off-by: Greg Kroah-Hartman if (drive->select.b.lba) { - if (drive->addressing == 1) { -+ if (lba48) { ++ if (lba48) { task_ioreg_t tasklets[10]; pr_debug("%s: LBA=0x%012llx\n", drive->name, block);