From: fabio.estevam@freescale.com Date: Tue, 8 Jan 2013 01:11:06 +0000 (-0200) Subject: serial: mxs-auart: Index is unsigned X-Git-Tag: v3.8-rc5~38^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87b8bed2ce9394870a87e4fb2aef6752b2bd837d;p=pandora-kernel.git serial: mxs-auart: Index is unsigned Fix the following warning when building with W=1 option: drivers/tty/serial/mxs-auart.c: In function 'mxs_auart_tx_chars': drivers/tty/serial/mxs-auart.c:272:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] Signed-off-by: Fabio Estevam Acked-by: Marek Vasut Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed