diff options
Diffstat (limited to 'drivers/usb/host/uhci-debug.c')
-rw-r--r-- | drivers/usb/host/uhci-debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/uhci-debug.c b/drivers/usb/host/uhci-debug.c index 6814783adf91..f2f5f8ce1715 100644 --- a/drivers/usb/host/uhci-debug.c +++ b/drivers/usb/host/uhci-debug.c | |||
@@ -114,7 +114,6 @@ static int uhci_show_urbp(struct urb_priv *urbp, char *buf, int len, int space) | |||
114 | } | 114 | } |
115 | 115 | ||
116 | out += sprintf(out, "%s", (urbp->fsbr ? " FSBR" : "")); | 116 | out += sprintf(out, "%s", (urbp->fsbr ? " FSBR" : "")); |
117 | out += sprintf(out, "%s", (urbp->fsbr_timeout ? " FSBR_TO" : "")); | ||
118 | 117 | ||
119 | if (urbp->urb->status != -EINPROGRESS) | 118 | if (urbp->urb->status != -EINPROGRESS) |
120 | out += sprintf(out, " Status=%d", urbp->urb->status); | 119 | out += sprintf(out, " Status=%d", urbp->urb->status); |