From: Felipe Balbi Date: Tue, 7 Jul 2015 18:45:23 +0000 (-0500) Subject: usb: dwc3: core: remove unnecessary dev_warn() X-Git-Tag: omap-for-v4.3/fixes-merge-window~42^2~35^2~125 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9972f470bcb40947dd91af90f17f9cb01db1f41;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed