summaryrefslogtreecommitdiff
path: root/arch/m68k/amiga/amisound.c
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2014-05-10 14:38:00 +0400
committerGeert Uytterhoeven <geert@linux-m68k.org>2014-05-28 12:11:54 +0400
commitf296401b04a6eb2af8da5a5d40e937e91617061b (patch)
tree7ffff70649aeede863ab36ef0589dfd9450f1fe7 /arch/m68k/amiga/amisound.c
parent486df8bc4627bdfc032d11bedcd056cc5343ee62 (diff)
downloadlinux-f296401b04a6eb2af8da5a5d40e937e91617061b.tar.xz
m68k/amiga: Convert printk(foo to pr_foo()
-no level printk converted to pr_warn/pr_info -fixed a small identation problem This is untested Cc: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/amiga/amisound.c')
-rw-r--r--arch/m68k/amiga/amisound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/amiga/amisound.c b/arch/m68k/amiga/amisound.c
index 2559eefc6aff..90a60d758f8b 100644
--- a/arch/m68k/amiga/amisound.c
+++ b/arch/m68k/amiga/amisound.c
@@ -51,7 +51,7 @@ void __init amiga_init_sound(void)
snd_data = amiga_chip_alloc_res(sizeof(sine_data), &beep_res);
if (!snd_data) {
- printk (KERN_CRIT "amiga init_sound: failed to allocate chipmem\n");
+ pr_crit("amiga init_sound: failed to allocate chipmem\n");
return;
}
memcpy (snd_data, sine_data, sizeof(sine_data));