Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56845
b: refs/heads/master
c: d4b7d8e
h: refs/heads/master
i:
  56843: fc99bd4
v: v3
  • Loading branch information
Alan Stern authored and Greg Kroah-Hartman committed May 23, 2007
1 parent b5670f2 commit 122b5c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dd865571d7af06ba1285c2db85083649193cceab
refs/heads/master: d4b7d8e8024a33d9d1f916379eaee7aa945a7c48
8 changes: 4 additions & 4 deletions trunk/drivers/usb/core/hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -2421,10 +2421,10 @@ static void hub_port_connect_change(struct usb_hub *hub, int port1,

if (portchange & USB_PORT_STAT_C_CONNECTION) {
status = hub_port_debounce(hub, port1);
if (status < 0 && printk_ratelimit()) {
dev_err (hub_dev,
"connect-debounce failed, port %d disabled\n",
port1);
if (status < 0) {
if (printk_ratelimit())
dev_err (hub_dev, "connect-debounce failed, "
"port %d disabled\n", port1);
goto done;
}
portstatus = status;
Expand Down

0 comments on commit 122b5c8

Please sign in to comment.