* [patch 4/4] fix-typo-arm-dma arch/arm26/machine/dma.c
@ 2004-09-23 20:28 janitor
0 siblings, 0 replies; only message in thread
From: janitor @ 2004-09-23 20:28 UTC (permalink / raw)
To: akpm; +Cc: linux-kernel, janitor, domen
untested, but it seems to be a clear typo:
s/loacl_save_flags_cli()/local_save_flags_cli()/
caught by Domen Puncer <domen@coderock.org>
Signed-off-by: Maximilian Attems <janitor@sternwelten.at>
---
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;
_
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-09-24 3:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-23 20:28 [patch 4/4] fix-typo-arm-dma arch/arm26/machine/dma.c janitor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox