OSDN Git Service

usb: phy: tegra: Cleanup error messages
authorDmitry Osipenko <digetx@gmail.com>
Mon, 9 Apr 2018 22:02:57 +0000 (01:02 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Tue, 15 May 2018 07:09:46 +0000 (10:09 +0300)
commit3e1d333f6b84d050870ccdc2d9e88679937f1b6f
tree3b45958931e251e9fa960311c7a1630ee26ff7e1
parent6819e3233f244be6e8ea4aba139434ada0698743
usb: phy: tegra: Cleanup error messages

Tegra's PHY driver has a mix of pr_err() and dev_err(), let's switch to
dev_err() and use common errors message formatting across the driver for
consistency.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/phy/phy-tegra-usb.c