Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202055
b: refs/heads/master
c: 2e9157f
h: refs/heads/master
i:
  202053: 1676553
  202051: 4ca9ef5
  202047: f8063c8
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Aug 2, 2010
1 parent 14876d8 commit 5bf09c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 8b0d7048dc2f0d2e4344bc8aaf85b4f14196145f
refs/heads/master: 2e9157f8ab028ccc5d155320a3f1e49494bcfc18
3 changes: 0 additions & 3 deletions trunk/drivers/media/video/cpia_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,6 @@ static void cpia_disconnect(struct usb_interface *intf)
{
struct cam_data *cam = usb_get_intfdata(intf);
struct usb_cpia *ucpia;
struct usb_device *udev;

usb_set_intfdata(intf, NULL);
if (!cam)
Expand All @@ -606,8 +605,6 @@ static void cpia_disconnect(struct usb_interface *intf)
if (waitqueue_active(&ucpia->wq_stream))
wake_up_interruptible(&ucpia->wq_stream);

udev = interface_to_usbdev(intf);

ucpia->curbuff = ucpia->workbuff = NULL;

vfree(ucpia->buffers[2]);
Expand Down

0 comments on commit 5bf09c5

Please sign in to comment.