From: Amit Virdi Date: Thu, 12 May 2011 01:04:40 +0000 (+0000) Subject: net/irda/ircomm_tty.c: Use flip buffers to deliver data X-Git-Tag: v3.0-rc1~377^2~104^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbfd1526f6076ece92b4e2dcc0a2f1e89041b3bd;p=pandora-kernel.git net/irda/ircomm_tty.c: Use flip buffers to deliver data use tty_insert_flip_string and tty_flip_buffer_push to deliver incoming data packets from the IrDA device instead of delivering the packets directly to the line discipline. Following later approach resulted in warning "Sleeping function called from invalid context". Signed-off-by: Amit Virdi Acked-by: Alan Cox Signed-off-by: David S. Miller --- Reading git-diff-tree failed