]> git.baikalelectronics.ru Git - kernel.git/commit
usb: musb: da8xx: Don't print phy error on -EPROBE_DEFER
authorDavid Lechner <david@lechnology.com>
Tue, 1 Nov 2016 20:47:04 +0000 (15:47 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Nov 2016 09:10:24 +0000 (10:10 +0100)
commit43e2268da6e704ae056ba3cf677111f84f052c4f
treeb6ead31a359a2e22c0bb2eec287a4df604e20cbd
parent09f5597f4b876eb5a84fd9ba7b9c1d69cb877b3c
usb: musb: da8xx: Don't print phy error on -EPROBE_DEFER

This suppresses printing the error message "failed to get phy" in the
kernel log when the error is -EPROBE_DEFER. This prevents usless noise
in the kernel log.

Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Bin Liu <b-liu@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/da8xx.c