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)
commit355f1a39183467d48f20d90adce3b4aa75c6b260
treeb6ead31a359a2e22c0bb2eec287a4df604e20cbd
parente244978163836ffef635ecc57417f25332698f00
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