]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
fix whitespace damaged patch (convert spaces back to tabs) in ide-dma.patch
author <chrisw@vas.sous-sol.org> <>
Thu, 26 May 2005 21:23:52 +0000 (14:23 -0700)
committer <chrisw@vas.sous-sol.org> <>
Thu, 26 May 2005 21:23:52 +0000 (14:23 -0700)
add my signed-off-by

queue/ide-dma-fix.patch

index 2e3aaeaf2973bdd63bb32eb4fe4884cd7269415a..a90d590aeb6a56777645f1171085a8140402399d 100644 (file)
@@ -14,7 +14,7 @@ I can't find the exact commit but this is definately included in 2.6.12-rc4.
 
 From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
+Signed-off-by: Chris Wright <chrisw@osdl.org>
 
 ---
  drivers/ide/ide-disk.c |    4 +++-
@@ -26,8 +26,8 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
        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 <gregkh@suse.de>
  
        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);