From b9dfb81f2aa45be745a8aed9684076210aed4152 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Fri, 12 Dec 2008 00:02:36 +0000 Subject: add support for target 3c24xx (more known as Openmoko GTA02 "Freerunner") and merge it with the openmoko-target and the work Michael Buesch did SVN-Revision: 13609 --- .../patches/0063-fix-wm8753-DBG.patch.patch | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 target/linux/s3c24xx/patches/0063-fix-wm8753-DBG.patch.patch (limited to 'target/linux/s3c24xx/patches/0063-fix-wm8753-DBG.patch.patch') diff --git a/target/linux/s3c24xx/patches/0063-fix-wm8753-DBG.patch.patch b/target/linux/s3c24xx/patches/0063-fix-wm8753-DBG.patch.patch new file mode 100755 index 0000000..44c61af --- /dev/null +++ b/target/linux/s3c24xx/patches/0063-fix-wm8753-DBG.patch.patch @@ -0,0 +1,26 @@ +From 38801452b334d3591eddadbfa4a31529b8957513 Mon Sep 17 00:00:00 2001 +From: Andy Green +Date: Fri, 25 Jul 2008 23:05:24 +0100 +Subject: [PATCH] fix-wm8753-DBG.patch + +Signed-off-by: Andy Green +--- + 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 4ab6f63..2bc813f 100644 +--- a/sound/soc/s3c24xx/neo1973_wm8753.c ++++ b/sound/soc/s3c24xx/neo1973_wm8753.c +@@ -671,7 +671,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 +-- +1.5.6.3 + -- cgit v1.1