From: Geert Uytterhoeven Date: Thu, 30 Apr 2015 16:21:33 +0000 (+0200) Subject: serial: sh-sci: Don't set SCLSR bits in the SCxSR error mask X-Git-Tag: omap-for-v4.2/wakeirq-drivers-v2^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afd66db6138989b54c1f7d3c688551b70482133a;p=pandora-kernel.git serial: sh-sci: Don't set SCLSR bits in the SCxSR error mask error_mask is the union of all error indicating bits in the SCxSR register, while overrun_mask may apply to a different register (SCLSR), depending on the SCI variant. Hence overrun_mask should only be ORed into error_mask if it applies to the SCxSR register. Signed-off-by: Geert Uytterhoeven Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed