diff options
author | Andy Green <andy@openmoko.com> | 2008-11-19 17:03:23 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2008-11-19 17:03:23 +0000 |
commit | 6fde0cdb6b1bc40da944a429fafd603d6c680c86 (patch) | |
tree | 594da4a0dcf2f0639c58def051038ce7087b244c | |
parent | f6b10d9df789f837123305297030f95f9677f58d (diff) |
fix-wm8753-DBG.patch
Signed-off-by: Andy Green <andy@openmoko.com>
-rw-r--r-- | sound/soc/s3c24xx/neo1973_wm8753.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/neo1973_wm8753.c b/sound/soc/s3c24xx/neo1973_wm8753.c index 87ddfefcc2f..2e5c31b4943 100644 --- a/sound/soc/s3c24xx/neo1973_wm8753.c +++ b/sound/soc/s3c24xx/neo1973_wm8753.c @@ -676,7 +676,7 @@ static int __init neo1973_init(void) { int ret; - DBG("Entered %s\n", __func__); + printk(KERN_DEBUG "Entered %s\n", __func__); if (!machine_is_neo1973_gta01()) { printk(KERN_INFO |