Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67898
b: refs/heads/master
c: 403fae7
h: refs/heads/master
v: v3
  • Loading branch information
jidong xiao authored and Greg Kroah-Hartman committed Oct 12, 2007
1 parent 4349516 commit bdb999e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ed6590a861a16276db34ee626375fa79f3369ac3
refs/heads/master: 403fae78d7388876b96fbe30ccf2cb551c49ae5a
4 changes: 2 additions & 2 deletions trunk/drivers/usb/core/hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -2818,9 +2818,9 @@ static void hub_events(void)
clear_hub_feature(hdev, C_HUB_LOCAL_POWER);
if (hubstatus & HUB_STATUS_LOCAL_POWER)
/* FIXME: Is this always true? */
hub->limited_power = 0;
else
hub->limited_power = 1;
else
hub->limited_power = 0;
}
if (hubchange & HUB_CHANGE_OVERCURRENT) {
dev_dbg (hub_dev, "overcurrent change\n");
Expand Down

0 comments on commit bdb999e

Please sign in to comment.