diff options
author | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-13 01:54:56 +0000 |
---|---|---|
committer | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-12-13 01:54:56 +0000 |
commit | a95f9f92e2953d5829a29e95644dc4c4bc93f590 (patch) | |
tree | 01f2bf78edb2e3bb1466df9bca72e068632d0e74 /target/linux/s3c24xx/patches-2.6.26/1241-commit-830ea3d0c27c0c750b7bf1b56c002ee7943f3edc.patch | |
parent | 9fa649271dbc9c83417488203aeb1668a0238c54 (diff) |
change prefix for kernelpatchbase 2.6.26
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13619 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.26/1241-commit-830ea3d0c27c0c750b7bf1b56c002ee7943f3edc.patch')
-rwxr-xr-x | target/linux/s3c24xx/patches-2.6.26/1241-commit-830ea3d0c27c0c750b7bf1b56c002ee7943f3edc.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.26/1241-commit-830ea3d0c27c0c750b7bf1b56c002ee7943f3edc.patch b/target/linux/s3c24xx/patches-2.6.26/1241-commit-830ea3d0c27c0c750b7bf1b56c002ee7943f3edc.patch new file mode 100755 index 000000000..433bed3c1 --- /dev/null +++ b/target/linux/s3c24xx/patches-2.6.26/1241-commit-830ea3d0c27c0c750b7bf1b56c002ee7943f3edc.patch @@ -0,0 +1,33 @@ +From b3159c23dcae773c116495431cca90aa923af918 Mon Sep 17 00:00:00 2001 +From: Mike Westerhof <mwester@dls.net> +Date: Sun, 10 Aug 2008 09:13:09 +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 b4833bd..d0b55b1 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.3 + |