Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180335
b: refs/heads/master
c: 2c940db
h: refs/heads/master
i:
  180333: 4bd7e43
  180331: aceed37
  180327: 9c42f0f
  180319: d280d08
v: v3
  • Loading branch information
Paul Mundt committed Feb 5, 2010
1 parent 23012d9 commit 85131d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2717568e7c44fe7dc3f4f52ea823811cfeede2b5
refs/heads/master: 2c940db250c1610d95ea5331dc819b8bd4db96ae
4 changes: 4 additions & 0 deletions trunk/drivers/usb/host/r8a66597-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1022,6 +1022,8 @@ static void start_root_hub_sampling(struct r8a66597 *r8a66597, int port,
/* this function must be called with interrupt disabled */
static void r8a66597_check_syssts(struct r8a66597 *r8a66597, int port,
u16 syssts)
__releases(r8a66597->lock)
__acquires(r8a66597->lock)
{
if (syssts == SE0) {
r8a66597_write(r8a66597, ~ATTCH, get_intsts_reg(port));
Expand All @@ -1039,7 +1041,9 @@ static void r8a66597_check_syssts(struct r8a66597 *r8a66597, int port,
usb_hcd_resume_root_hub(r8a66597_to_hcd(r8a66597));
}

spin_unlock(&r8a66597->lock);
usb_hcd_poll_rh_status(r8a66597_to_hcd(r8a66597));
spin_lock(&r8a66597->lock);
}

/* this function must be called with interrupt disabled */
Expand Down

0 comments on commit 85131d7

Please sign in to comment.