aboutsummaryrefslogtreecommitdiffstats
path: root/sound/oss/sb_ess.c
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2009-11-04 16:04:52 -0800
committerTakashi Iwai <tiwai@suse.de>2009-11-05 09:09:55 +0100
commitf702cf463e1308fbb0c1faa9f3d8e3fa9cb5630f (patch)
tree2685b35dba18078bb3ba9ebbaed4c033b4ca54f6 /sound/oss/sb_ess.c
parentALSA: intel8x0: Mute External Amplifier by default for another Sony model (diff)
downloadlinux-dev-f702cf463e1308fbb0c1faa9f3d8e3fa9cb5630f.tar.xz
linux-dev-f702cf463e1308fbb0c1faa9f3d8e3fa9cb5630f.zip
sound: Use KERN_WARNING instead of KERN_WARN, which does not exist
Reported-by: Andrew Lyon <andrew.lyon@gmail.com> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/oss/sb_ess.c')
-rw-r--r--sound/oss/sb_ess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/sb_ess.c b/sound/oss/sb_ess.c
index 180e95c87e3e..51a3d381a59e 100644
--- a/sound/oss/sb_ess.c
+++ b/sound/oss/sb_ess.c
@@ -782,7 +782,7 @@ printk(KERN_INFO "FKS: ess_handle_channel %s irq_mode=%d\n", channel, irq_mode);
break;
default:;
- /* printk(KERN_WARN "ESS: Unexpected interrupt\n"); */
+ /* printk(KERN_WARNING "ESS: Unexpected interrupt\n"); */
}
}