Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119040
b: refs/heads/master
c: ade7a9b
h: refs/heads/master
v: v3
  • Loading branch information
Yoshihiro Shimoda authored and Paul Mundt committed Nov 12, 2008
1 parent 45ddee2 commit a344559
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: 51ee3d92bfb983790b9ed576c22f59d42adff329
refs/heads/master: ade7a9b4ccd20ab8159c77a0abd20552f2d6b06c
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 a344559

Please sign in to comment.