From: Rui Miguel Silva Date: Tue, 27 Jul 2021 10:05:14 +0000 (+0100) Subject: usb: isp1760: remove debug message as error X-Git-Tag: accepted/tizen/unified/20230118.172025~6522^2~94 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7de14c88272c05d86fce83a5cead36832ce3a424;p=platform%2Fkernel%2Flinux-rpi.git usb: isp1760: remove debug message as error Remove debug message leftover from the boot error buffer. Signed-off-by: Rui Miguel Silva Link: https://lore.kernel.org/r/20210727100516.4190681-2-rui.silva@linaro.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/isp1760/isp1760-hcd.c b/drivers/usb/isp1760/isp1760-hcd.c index 27168b4..a745c4c 100644 --- a/drivers/usb/isp1760/isp1760-hcd.c +++ b/drivers/usb/isp1760/isp1760-hcd.c @@ -733,7 +733,6 @@ static int isp1760_hc_setup(struct usb_hcd *hcd) /* Change bus pattern */ scratch = isp1760_hcd_read(hcd, HC_CHIP_ID_HIGH); - dev_err(hcd->self.controller, "Scratch test 0x%08x\n", scratch); scratch = isp1760_hcd_read(hcd, HC_SCRATCH); if (scratch != pattern) { dev_err(hcd->self.controller, "Scratch test failed. 0x%08x\n", scratch);