Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303651
b: refs/heads/master
c: 2f338c8
h: refs/heads/master
i:
  303649: 786cbc6
  303647: 82692af
v: v3
  • Loading branch information
Oliver Neukum authored and Greg Kroah-Hartman committed Apr 30, 2012
1 parent 51225d5 commit df0edb5
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 24a85bae5da2b43fed423859c09c5a81ab359473
refs/heads/master: 2f338c8a1904e2e7aa5a8bd12fb0cf2422d17da4
2 changes: 2 additions & 0 deletions trunk/drivers/usb/class/cdc-wdm.c
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,8 @@ static int wdm_release(struct inode *inode, struct file *file)
kill_urbs(desc);
if (!test_bit(WDM_DISCONNECTING, &desc->flags))
desc->manage_power(desc->intf, 0);
else
cleanup(desc);
}
mutex_unlock(&wdm_mutex);
return 0;
Expand Down

0 comments on commit df0edb5

Please sign in to comment.