[patch 4/4] fix-typo-arm-dma arch/arm26/machine/dma.c

From: janitor
Date: Thu Sep 23 2004 - 22:31:16 EST




untested, but it seems to be a clear typo:
s/loacl_save_flags_cli()/local_save_flags_cli()/
caught by Domen Puncer <domen@xxxxxxxxxxxx>

Signed-off-by: Maximilian Attems <janitor@xxxxxxxxxxxxxx>

---

linux-2.6.9-rc2-bk7-max/arch/arm26/machine/dma.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/arm26/machine/dma.c~fix-typo-arm-dma arch/arm26/machine/dma.c
--- linux-2.6.9-rc2-bk7/arch/arm26/machine/dma.c~fix-typo-arm-dma 2004-09-21 20:51:50.000000000 +0200
+++ linux-2.6.9-rc2-bk7-max/arch/arm26/machine/dma.c 2004-09-21 20:51:50.000000000 +0200
@@ -47,7 +47,7 @@ static void arc_floppy_data_enable_dma(d
&fdc1772_dma_read_end - &fdc1772_dma_read);
fdc1772_setupdma(dma->buf.length, dma->buf.__address); /* Sets data pointer up */
enable_fiq(FIQ_FLOPPYDATA);
- loacl_irq_restore(flags);
+ local_irq_restore(flags);
}
break;

_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/