]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-kernel/linux/linux-ti33x-psp-3.1/adc/0009-meta-ti-Remove-debug-messages-for-meta-ti.patch
linux-ti335x-psp: make all patches work with 'git am'
[glsdk/meta-ti-glsdk.git] / recipes-kernel / linux / linux-ti33x-psp-3.1 / adc / 0009-meta-ti-Remove-debug-messages-for-meta-ti.patch
1 From f4332fb1d88c6301ffca75e9fc9bea1e434b8986 Mon Sep 17 00:00:00 2001
2 From: Joel A Fernandes <joelagnel@ti.com>
3 Date: Mon, 28 Nov 2011 20:56:48 -0600
4 Subject: [PATCH 9/9] meta-ti: Remove debug messages for meta-ti
6 Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
7 ---
8  drivers/input/touchscreen/ti_tscadc.c |    4 ++--
9  1 files changed, 2 insertions(+), 2 deletions(-)
11 diff --git a/drivers/input/touchscreen/ti_tscadc.c b/drivers/input/touchscreen/ti_tscadc.c
12 index 0126219..182428b 100644
13 --- a/drivers/input/touchscreen/ti_tscadc.c
14 +++ b/drivers/input/touchscreen/ti_tscadc.c
15 @@ -181,14 +181,14 @@ static irqreturn_t tsc_adc_interrupt(int irq, void *dev)
16  
17         status = tscadc_readl(ts_dev, TSCADC_REG_IRQSTATUS);
18  
19 -       printk("interrupt! status=%x\n", status);
20 +       // printk("interrupt! status=%x\n", status);
21         // if (status & TSCADC_IRQENB_EOS) {
22         //      irqclr |= TSCADC_IRQENB_EOS;
23         // }
24  
25         if (status & TSCADC_IRQENB_FIFO0THRES) {
26                 fifo1count = tscadc_readl(ts_dev, TSCADC_REG_FIFO0CNT);
27 -               printk("fifo 0 count = %d\n", fifo1count);
28 +               // printk("fifo 0 count = %d\n", fifo1count);
29         
30                 for (i = 0; i < fifo1count; i++) {
31                         read_sample = tscadc_readl(ts_dev, TSCADC_REG_FIFO0);
32 -- 
33 1.7.2.5