disable IMQ on 2.6.28 as well -- people should use IFB..
[openwrt.git] / target / linux / s3c24xx / patches / 0063-fix-wm8753-DBG.patch.patch
1 From 38801452b334d3591eddadbfa4a31529b8957513 Mon Sep 17 00:00:00 2001
2 From: Andy Green <andy@openmoko.com>
3 Date: Fri, 25 Jul 2008 23:05:24 +0100
4 Subject: [PATCH] fix-wm8753-DBG.patch
5
6 Signed-off-by: Andy Green <andy@openmoko.com>
7 ---
8  sound/soc/s3c24xx/neo1973_wm8753.c |    2 +-
9  1 files changed, 1 insertions(+), 1 deletions(-)
10
11 diff --git a/sound/soc/s3c24xx/neo1973_wm8753.c b/sound/soc/s3c24xx/neo1973_wm8753.c
12 index 4ab6f63..2bc813f 100644
13 --- a/sound/soc/s3c24xx/neo1973_wm8753.c
14 +++ b/sound/soc/s3c24xx/neo1973_wm8753.c
15 @@ -671,7 +671,7 @@ static int __init neo1973_init(void)
16  {
17         int ret;
18  
19 -       DBG("Entered %s\n", __func__);
20 +       printk(KERN_DEBUG "Entered %s\n", __func__);
21  
22         if (!machine_is_neo1973_gta01()) {
23                 printk(KERN_INFO
24 -- 
25 1.5.6.3
26