diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-14 15:52:42 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-14 15:52:42 +0000 |
commit | 26e3776a22bf894ced5af4c28968dc1dc99968eb (patch) | |
tree | 2d38a3789e27a423439c37a45a09cae31990a615 /target/linux/s3c24xx/patches-2.6.24/1046-s3c2410_serial-nodebug.patch.patch | |
parent | 4bd70fc26256cf485f19e0c8b881e078dc36134f (diff) |
nuke obsolete kernel stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14875 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.24/1046-s3c2410_serial-nodebug.patch.patch')
-rw-r--r-- | target/linux/s3c24xx/patches-2.6.24/1046-s3c2410_serial-nodebug.patch.patch | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.24/1046-s3c2410_serial-nodebug.patch.patch b/target/linux/s3c24xx/patches-2.6.24/1046-s3c2410_serial-nodebug.patch.patch deleted file mode 100644 index 0c56f4c2f9..0000000000 --- a/target/linux/s3c24xx/patches-2.6.24/1046-s3c2410_serial-nodebug.patch.patch +++ /dev/null @@ -1,40 +0,0 @@ -From b2b07b5cf12c430ad74b44602b098e7b711a2b72 Mon Sep 17 00:00:00 2001 -From: mokopatches <mokopatches@openmoko.org> -Date: Sun, 13 Apr 2008 07:23:48 +0100 -Subject: [PATCH] s3c2410_serial-nodebug.patch - ---- - drivers/serial/s3c2410.c | 8 -------- - 1 files changed, 0 insertions(+), 8 deletions(-) - -diff --git a/drivers/serial/s3c2410.c b/drivers/serial/s3c2410.c -index e773c8e..6c93a1b 100644 ---- a/drivers/serial/s3c2410.c -+++ b/drivers/serial/s3c2410.c -@@ -708,10 +708,6 @@ static unsigned int s3c24xx_serial_getclk(struct uart_port *port, - int calc_deviation; - - for (sptr = res; sptr < resptr; sptr++) { -- printk(KERN_DEBUG -- "found clk %p (%s) quot %d, calc %d\n", -- sptr->clksrc, sptr->clksrc->name, -- sptr->quot, sptr->calc); - - calc_deviation = baud - sptr->calc; - if (calc_deviation < 0) -@@ -723,12 +719,8 @@ static unsigned int s3c24xx_serial_getclk(struct uart_port *port, - } - } - -- printk(KERN_DEBUG "best %p (deviation %d)\n", best, deviation); - } - -- printk(KERN_DEBUG "selected clock %p (%s) quot %d, calc %d\n", -- best->clksrc, best->clksrc->name, best->quot, best->calc); -- - /* store results to pass back */ - - *clksrc = best->clksrc; --- -1.5.6.5 - |