diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-14 15:52:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-14 15:52:42 +0000 |
commit | 16defbb2bd9478f9e5384b9722f20a694e6bae41 (patch) | |
tree | f52e202c30c7fca103b196ece1223e18446e4dfc /target/linux/s3c24xx/patches-2.6.26/1063-fix-wm8753-DBG.patch.patch | |
parent | b4644aedce6526b5d07b336187c8e6417c7dd75e (diff) | |
download | mtk-20170518-16defbb2bd9478f9e5384b9722f20a694e6bae41.zip mtk-20170518-16defbb2bd9478f9e5384b9722f20a694e6bae41.tar.gz mtk-20170518-16defbb2bd9478f9e5384b9722f20a694e6bae41.tar.bz2 |
nuke obsolete kernel stuff
SVN-Revision: 14875
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.26/1063-fix-wm8753-DBG.patch.patch')
-rwxr-xr-x | target/linux/s3c24xx/patches-2.6.26/1063-fix-wm8753-DBG.patch.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.26/1063-fix-wm8753-DBG.patch.patch b/target/linux/s3c24xx/patches-2.6.26/1063-fix-wm8753-DBG.patch.patch deleted file mode 100755 index 44c61af..0000000 --- a/target/linux/s3c24xx/patches-2.6.26/1063-fix-wm8753-DBG.patch.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 38801452b334d3591eddadbfa4a31529b8957513 Mon Sep 17 00:00:00 2001 -From: Andy Green <andy@openmoko.com> -Date: Fri, 25 Jul 2008 23:05:24 +0100 -Subject: [PATCH] fix-wm8753-DBG.patch - -Signed-off-by: Andy Green <andy@openmoko.com> ---- - 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 - |