This patch remove unnecessary KERN_INFO in sync_serial.c

Signed-off-by: Masanari Iida <[email protected]>
---
 arch/cris/arch-v32/drivers/sync_serial.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/cris/arch-v32/drivers/sync_serial.c 
b/arch/cris/arch-v32/drivers/sync_serial.c
index 08a313f..91e8773 100644
--- a/arch/cris/arch-v32/drivers/sync_serial.c
+++ b/arch/cris/arch-v32/drivers/sync_serial.c
@@ -1286,7 +1286,7 @@ static void start_dma_out(struct sync_port *port, const 
char *data, int count)
 
                tr_cfg.tr_en = regk_sser_yes;
                REG_WR(sser, port->regi_sser, rw_tr_cfg, tr_cfg);
-               DEBUGTRDMA(pr_info(KERN_INFO "dma s\n"););
+               DEBUGTRDMA(pr_info("dma s\n"););
        } else {
                DMA_CONTINUE_DATA(port->regi_dmaout);
                DEBUGTRDMA(pr_info("dma c\n"););
@@ -1443,7 +1443,7 @@ static inline void handle_rx_packet(struct sync_port 
*port)
        reg_dma_rw_ack_intr ack_intr = { .data = regk_dma_yes };
        unsigned long flags;
 
-       DEBUGRXINT(pr_info(KERN_INFO "!"));
+       DEBUGRXINT(pr_info("!"));
        spin_lock_irqsave(&port->lock, flags);
 
        /* If we overrun the user experience is crap regardless if we
-- 
2.3.0.rc0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to