aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/uhci-debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/uhci-debug.c')
-rw-r--r--drivers/usb/host/uhci-debug.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/host/uhci-debug.c b/drivers/usb/host/uhci-debug.c
index 6bbd33db9358..081c592fe8b1 100644
--- a/drivers/usb/host/uhci-debug.c
+++ b/drivers/usb/host/uhci-debug.c
@@ -274,7 +274,8 @@ static int uhci_show_root_hub_state(struct uhci_hcd *uhci, char *buf, int len)
274 default: 274 default:
275 rh_state = "?"; break; 275 rh_state = "?"; break;
276 } 276 }
277 out += sprintf(out, "Root-hub state: %s\n", rh_state); 277 out += sprintf(out, "Root-hub state: %s FSBR: %d\n",
278 rh_state, uhci->fsbr_is_on);
278 return out - buf; 279 return out - buf;
279} 280}
280 281