On 24.09.2021 11:38, Zhiwei Yang wrote:
Remove the debug info which should be instead with ftrace
Signed-off-by: Zhiwei Yang <yangzhiwei@xxxxxxxxxxxxx>
---
drivers/usb/phy/phy-tahvo.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/drivers/usb/phy/phy-tahvo.c b/drivers/usb/phy/phy-tahvo.c
index 5dc600fadc5f..468151496d23 100644
--- a/drivers/usb/phy/phy-tahvo.c
+++ b/drivers/usb/phy/phy-tahvo.c
@@ -194,8 +194,6 @@ static int tahvo_usb_set_host(struct usb_otg *otg, struct usb_bus *host)
struct tahvo_usb *tu = container_of(otg->usb_phy, struct tahvo_usb,
phy);
- dev_dbg(&tu->pt_dev->dev, "%s %p\n", __func__, host);
-
Moreover, "%p" doesn't print a real address since 4.15.
[...]
MBR, Sergey