From: Jeremiah Mahler Date: Sun, 11 Jan 2015 13:42:06 +0000 (-0800) Subject: usb: serial: silence all non-critical read errors X-Git-Tag: fixes-v4.0-rc1~286^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa8e22128b40590b291cd13512098bf258a7e6c5;p=pandora-kernel.git usb: serial: silence all non-critical read errors If a USB serial device is unplugged while there is an active program using the device it may spam the logs with -EPROTO (71) messages as it attempts to retry. Most serial usb drivers (metro-usb, pl2303, mos7840, ...) only output these messages for debugging. The generic driver treats these as errors. Change the default output for the generic serial driver from error to debug to silence these non-critical errors. Signed-off-by: Jeremiah Mahler Signed-off-by: Johan Hovold --- Reading git-diff-tree failed