Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338711
b: refs/heads/master
c: 98c3553
h: refs/heads/master
i:
  338709: 963efa3
  338707: 968c909
  338703: 496716c
v: v3
  • Loading branch information
Lothar Waßmann authored and Greg Kroah-Hartman committed Nov 26, 2012
1 parent ad3cdc1 commit 81cc3d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 9db72fe6c943852032d9ed863c87e8c02d3cb9da
refs/heads/master: 98c35534420d3147553bd3071a5fc63cd56de5b1
3 changes: 2 additions & 1 deletion trunk/drivers/usb/chipidea/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,9 @@ EXPORT_SYMBOL_GPL(ci13xxx_add_device);

void ci13xxx_remove_device(struct platform_device *pdev)
{
int id = pdev->id;
platform_device_unregister(pdev);
ida_simple_remove(&ci_ida, pdev->id);
ida_simple_remove(&ci_ida, id);
}
EXPORT_SYMBOL_GPL(ci13xxx_remove_device);

Expand Down

0 comments on commit 81cc3d3

Please sign in to comment.