moko nand blocksize is 128k
[openwrt/staging/dedeckeh.git] / target / linux / s3c24xx / patches-2.6.26 / 0241-commit-830ea3d0c27c0c750b7bf1b56c002ee7943f3edc.patch
1 From b3159c23dcae773c116495431cca90aa923af918 Mon Sep 17 00:00:00 2001
2 From: Mike Westerhof <mwester@dls.net>
3 Date: Sun, 10 Aug 2008 09:13:09 +0100
4 Subject: [PATCH] commit 830ea3d0c27c0c750b7bf1b56c002ee7943f3edc
5
6 gta0x-log-serial-rx-error.patch
7
8 This patch causes a KERN_DEBUG message to be printed each time an
9 error status is read from a UART. This is intended to facilitate
10 the reporting of more useful problem and bug reports from users
11 in the field.
12
13 Signed-off-by: Mike Westerhof <mwester@dls.net>
14 ---
15 drivers/serial/s3c2410.c | 2 +-
16 1 files changed, 1 insertions(+), 1 deletions(-)
17
18 diff --git a/drivers/serial/s3c2410.c b/drivers/serial/s3c2410.c
19 index b4833bd..d0b55b1 100644
20 --- a/drivers/serial/s3c2410.c
21 +++ b/drivers/serial/s3c2410.c
22 @@ -357,7 +357,7 @@ s3c24xx_serial_rx_chars(int irq, void *dev_id)
23 port->icount.rx++;
24
25 if (unlikely(uerstat & S3C2410_UERSTAT_ANY)) {
26 - dbg("rxerr: port ch=0x%02x, rxs=0x%08x\n",
27 + printk(KERN_DEBUG "rxerr: port ch=0x%02x, rxs=0x%08x\n",
28 ch, uerstat);
29
30 /* check for break */
31 --
32 1.5.6.3
33