On Thu, Sep 1, 2011 at 2:35 PM, Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote: > On Thu, Sep 1, 2011 at 08:14, WANG Cong <xiyou.wangcong@xxxxxxxxx> wrote: >> KERN_CRIT is too high, replace those KERN_CRIT with KERN_ERR or KERN_INFO. >> >> Cc: Mikael Starvik <starvik@xxxxxxxx> >> Cc: Jesper Nilsson <jesper.nilsson@xxxxxxxx> >> Signed-off-by: WANG Cong <xiyou.wangcong@xxxxxxxxx> >> >> --- >> diff --git a/drivers/tty/serial/crisv10.c b/drivers/tty/serial/crisv10.c >> index 225123b..77ba4ed 100644 >> --- a/drivers/tty/serial/crisv10.c >> +++ b/drivers/tty/serial/crisv10.c >> @@ -1788,7 +1788,7 @@ static unsigned int handle_descr_data(struct e100_serial *info, >> struct etrax_recv_buffer *buffer = phys_to_virt(descr->buf) - sizeof *buffer; >> >> if (info->recv_cnt + recvl > 65536) { >> - printk(KERN_CRIT >> + printk(KERN_INFO >> "%s: Too much pending incoming serial data! Dropping %u bytes.\n", __func__, recvl); >> return 0; >> } > > I think dropped data warrants KERN_WARN. > Yeah, agreed! I will update this patch shortly. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html