From: Fabio Estevam Date: Tue, 10 Mar 2015 15:46:29 +0000 (-0300) Subject: serial: imx: Add braces to avoid ambiguous 'else' X-Git-Tag: omap-for-v4.1/fixes-rc1~74^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12fe59f975b9b36a17eced4c4d33911ee9bc9f7a;p=pandora-kernel.git serial: imx: Add braces to avoid ambiguous 'else' Commit 17b8f2a3fdca29 ("serial: imx: add support for half duplex rs485") introduced the following build warning: drivers/tty/serial/imx.c: In function 'imx_set_termios': drivers/tty/serial/imx.c:1301:7: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] Add the suggested braces to avoid the build warning. Signed-off-by: Fabio Estevam Acked-by: Uwe Kleine-König Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed