mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
change prefix for kernelpatchbase 2.6.26
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13619 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
26
target/linux/s3c24xx/patches-2.6.26/1063-fix-wm8753-DBG.patch.patch
Executable file
26
target/linux/s3c24xx/patches-2.6.26/1063-fix-wm8753-DBG.patch.patch
Executable file
@@ -0,0 +1,26 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user