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.24/1263-commit-830ea3d0c27c0c750b7bf1b56c002ee7943f3edc.patch | |
parent | b4644aedce6526b5d07b336187c8e6417c7dd75e (diff) | |
download | upstream-16defbb2bd9478f9e5384b9722f20a694e6bae41.tar.gz upstream-16defbb2bd9478f9e5384b9722f20a694e6bae41.tar.bz2 upstream-16defbb2bd9478f9e5384b9722f20a694e6bae41.zip |
nuke obsolete kernel stuff
SVN-Revision: 14875
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.24/1263-commit-830ea3d0c27c0c750b7bf1b56c002ee7943f3edc.patch')
-rw-r--r-- | target/linux/s3c24xx/patches-2.6.24/1263-commit-830ea3d0c27c0c750b7bf1b56c002ee7943f3edc.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.24/1263-commit-830ea3d0c27c0c750b7bf1b56c002ee7943f3edc.patch b/target/linux/s3c24xx/patches-2.6.24/1263-commit-830ea3d0c27c0c750b7bf1b56c002ee7943f3edc.patch deleted file mode 100644 index 17531edaa3..0000000000 --- a/target/linux/s3c24xx/patches-2.6.24/1263-commit-830ea3d0c27c0c750b7bf1b56c002ee7943f3edc.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 749594928cc1a0e452c4c791fcbea2f8f4a7e259 Mon Sep 17 00:00:00 2001 -From: Mike Westerhof <mwester@dls.net> -Date: Fri, 8 Aug 2008 13:08:03 +0100 -Subject: [PATCH] commit 830ea3d0c27c0c750b7bf1b56c002ee7943f3edc - - gta0x-log-serial-rx-error.patch - - This patch causes a KERN_DEBUG message to be printed each time an - error status is read from a UART. This is intended to facilitate - the reporting of more useful problem and bug reports from users - in the field. - - Signed-off-by: Mike Westerhof <mwester@dls.net> ---- - drivers/serial/s3c2410.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/drivers/serial/s3c2410.c b/drivers/serial/s3c2410.c -index fef3c8f..5652905 100644 ---- a/drivers/serial/s3c2410.c -+++ b/drivers/serial/s3c2410.c -@@ -357,7 +357,7 @@ s3c24xx_serial_rx_chars(int irq, void *dev_id) - port->icount.rx++; - - if (unlikely(uerstat & S3C2410_UERSTAT_ANY)) { -- dbg("rxerr: port ch=0x%02x, rxs=0x%08x\n", -+ printk(KERN_DEBUG "rxerr: port ch=0x%02x, rxs=0x%08x\n", - ch, uerstat); - - /* check for break */ --- -1.5.6.5 - |