Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118979
b: refs/heads/master
c: 5863964
h: refs/heads/master
i:
  118977: 1adff5a
  118975: 9559b61
v: v3
  • Loading branch information
Yoshihiro Shimoda authored and Greg Kroah-Hartman committed Nov 13, 2008
1 parent 729bd9e commit d510027
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d73b7aff28bc53c04e1f2e5ccaa5ea43089fb4a4
refs/heads/master: 5863964608489f6dbf4b5f3118b45b3750a8274d
5 changes: 3 additions & 2 deletions trunk/drivers/usb/host/r8a66597-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1763,11 +1763,12 @@ static void r8a66597_timer(unsigned long _r8a66597)
{
struct r8a66597 *r8a66597 = (struct r8a66597 *)_r8a66597;
unsigned long flags;
int port;

spin_lock_irqsave(&r8a66597->lock, flags);

r8a66597_root_hub_control(r8a66597, 0);
r8a66597_root_hub_control(r8a66597, 1);
for (port = 0; port < R8A66597_MAX_ROOT_HUB; port++)
r8a66597_root_hub_control(r8a66597, port);

spin_unlock_irqrestore(&r8a66597->lock, flags);
}
Expand Down

0 comments on commit d510027

Please sign in to comment.