From: Johan Hovold Date: Tue, 18 Nov 2014 10:18:02 +0000 (+0100) Subject: serial: tegra: clean up tty-flag assignments X-Git-Tag: omap-for-v3.19/fixes-rc1~86^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0c1e460452138df03cb7a7f0e7546b74950b783;p=pandora-kernel.git serial: tegra: clean up tty-flag assignments The tty break and error flags are not bit masks so do not to use bitwise OR when assigning them. Note that there is no functional change due to the if-else construct and flag having been initialised to zero (TTY_NORMAL). Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed