diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-omap1/board-nokia770.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/board-nokia770.c b/arch/arm/mach-omap1/board-nokia770.c index 8c28b10f3dae..bc93afbb0a68 100644 --- a/arch/arm/mach-omap1/board-nokia770.c +++ b/arch/arm/mach-omap1/board-nokia770.c | |||
@@ -362,7 +362,7 @@ static __init int omap_dsp_init(void) | |||
362 | ret = dsp_kfunc_device_register(&nokia770_audio_device); | 362 | ret = dsp_kfunc_device_register(&nokia770_audio_device); |
363 | if (ret) { | 363 | if (ret) { |
364 | printk(KERN_ERR | 364 | printk(KERN_ERR |
365 | "KFUNC device registration faild: %s\n", | 365 | "KFUNC device registration failed: %s\n", |
366 | nokia770_audio_device.name); | 366 | nokia770_audio_device.name); |
367 | goto out; | 367 | goto out; |
368 | } | 368 | } |