Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250326
b: refs/heads/master
c: cecc247
h: refs/heads/master
v: v3
  • Loading branch information
Huzaifa Sidhpurwala authored and Mauro Carvalho Chehab committed May 20, 2011
1 parent a4ed0f9 commit fad8166
Show file tree
Hide file tree
Showing 2 changed files with 2 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: bbe880b4a7c66ba14b67ee7acfbaaaa1c7be2d03
refs/heads/master: cecc2471ea719a359b253449781a584e319d8909
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/pwc/pwc-if.c
Original file line number Diff line number Diff line change
Expand Up @@ -1850,7 +1850,6 @@ static void usb_pwc_disconnect(struct usb_interface *intf)
} else {
/* Device is closed, so we can safely unregister it */
PWC_DEBUG_PROBE("Unregistering video device in disconnect().\n");
pwc_cleanup(pdev);

disconnect_out:
/* search device_hint[] table if we occupy a slot, by any chance */
Expand All @@ -1860,6 +1859,7 @@ static void usb_pwc_disconnect(struct usb_interface *intf)
}

mutex_unlock(&pdev->modlock);
pwc_cleanup(pdev);
}


Expand Down

0 comments on commit fad8166

Please sign in to comment.