Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB: phy: tahvo:remove unnecessary debug log

Remove the debug info which should be instead with ftrace

Acked-by: Felipe Balbi <balbi@kernel.org>
Signed-off-by: Zhiwei Yang <yangzhiwei@uniontech.com>
Link: https://lore.kernel.org/r/20210924083852.6029-1-yangzhiwei@uniontech.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Zhiwei Yang and committed by
Greg Kroah-Hartman
ef53d3db b626871a

-4
-4
drivers/usb/phy/phy-tahvo.c
··· 194 194 struct tahvo_usb *tu = container_of(otg->usb_phy, struct tahvo_usb, 195 195 phy); 196 196 197 - dev_dbg(&tu->pt_dev->dev, "%s %p\n", __func__, host); 198 - 199 197 mutex_lock(&tu->serialize); 200 198 201 199 if (host == NULL) { ··· 221 223 { 222 224 struct tahvo_usb *tu = container_of(otg->usb_phy, struct tahvo_usb, 223 225 phy); 224 - 225 - dev_dbg(&tu->pt_dev->dev, "%s %p\n", __func__, gadget); 226 226 227 227 mutex_lock(&tu->serialize); 228 228