Skip to content

Commit a5da41f

Browse files
committed
dcw_otg: avoid logging function that can cause panics
See: raspberrypi/firmware#21 Thanks to cleverca22 for fix
1 parent a5d8873 commit a5da41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/host/dwc_otg/dwc_otg_attr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ static ssize_t spramdump_show(struct device *_dev,
920920
{
921921
dwc_otg_device_t *otg_dev = dwc_otg_drvdev(_dev);
922922

923-
dwc_otg_dump_spram(otg_dev->core_if);
923+
//dwc_otg_dump_spram(otg_dev->core_if);
924924

925925
return sprintf(buf, "SPRAM Dump\n");
926926
}

0 commit comments

Comments
 (0)