usb: dwc3: core: remove unnecessary dev_warn()
authorFelipe Balbi <balbi@ti.com>
Tue, 7 Jul 2015 18:45:23 +0000 (13:45 -0500)
committerFelipe Balbi <balbi@ti.com>
Wed, 29 Jul 2015 14:59:19 +0000 (09:59 -0500)
commitd9972f470bcb40947dd91af90f17f9cb01db1f41
tree94f35b14df0f357168f3a68486847ec87923d4aa
parent88167fc0b22aac0fe7b9c4fadf9c251a9f864f32
usb: dwc3: core: remove unnecessary dev_warn()

When a SoC supports both PHY interfaces but
doesn't define HSPHY in DT/pdata, we will get
an unnecessary dev_warn() which can mislead users
into thinking that they're missing something.

Instead, let's just silently rely on a correct
default. If the HW default is wrong, then HSPHY
is required and USB won't work, this will be
motivation enough for engineers to patch their
way into a working setup.

Reported-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/core.c
This page took 0.027237 seconds and 5 git commands to generate.