diff options
| author | Zhiwei Yang <[email protected]> | 2021-09-24 16:38:52 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-10-05 12:51:07 +0200 |
| commit | ef53d3db1c59fe7893baf4dca851d3d3daff04b6 (patch) | |
| tree | 15227739f4bb15e957dd70b295f4eafc989485c7 | |
| parent | b626871a7cda136fc88c11c486c2f87df59d0dee (diff) | |
USB: phy: tahvo:remove unnecessary debug log
Remove the debug info which should be instead with ftrace
Acked-by: Felipe Balbi <[email protected]>
Signed-off-by: Zhiwei Yang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
| -rw-r--r-- | drivers/usb/phy/phy-tahvo.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/phy/phy-tahvo.c b/drivers/usb/phy/phy-tahvo.c index a3e043e3e4aa..f2d2cc586c5b 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); - mutex_lock(&tu->serialize); if (host == NULL) { @@ -224,8 +222,6 @@ static int tahvo_usb_set_peripheral(struct usb_otg *otg, struct tahvo_usb *tu = container_of(otg->usb_phy, struct tahvo_usb, phy); - dev_dbg(&tu->pt_dev->dev, "%s %p\n", __func__, gadget); - mutex_lock(&tu->serialize); if (!gadget) { |