diff options
Diffstat (limited to 'drivers/usb/chipidea/debug.c')
-rw-r--r-- | drivers/usb/chipidea/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/chipidea/debug.c b/drivers/usb/chipidea/debug.c index 5738079734e3..36a7063a6cba 100644 --- a/drivers/usb/chipidea/debug.c +++ b/drivers/usb/chipidea/debug.c | |||
@@ -175,7 +175,7 @@ static int ci_requests_show(struct seq_file *s, void *data) | |||
175 | req = list_entry(ptr, struct ci13xxx_req, queue); | 175 | req = list_entry(ptr, struct ci13xxx_req, queue); |
176 | 176 | ||
177 | seq_printf(s, "EP=%02i: TD=%08X %s\n", | 177 | seq_printf(s, "EP=%02i: TD=%08X %s\n", |
178 | i % ci->hw_ep_max/2, (u32)req->dma, | 178 | i % (ci->hw_ep_max / 2), (u32)req->dma, |
179 | ((i < ci->hw_ep_max/2) ? "RX" : "TX")); | 179 | ((i < ci->hw_ep_max/2) ? "RX" : "TX")); |
180 | 180 | ||
181 | for (j = 0; j < qsize; j++) | 181 | for (j = 0; j < qsize; j++) |