This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/v4l-dvb.git tree:

Subject: V4L/DVB: cpia_usb: remove unneeded variable
Author:  Dan Carpenter <[email protected]>
Date:    Tue Jun 1 05:17:27 2010 -0300

This is just a cleanup patch.  We never use the "udev" variable so I
have removed it.

Signed-off-by: Dan Carpenter <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 drivers/media/video/cpia_usb.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

---

http://git.linuxtv.org/v4l-dvb.git?a=commitdiff;h=933446b2816e16bf80a6bb346b659e7a346e24ff

diff --git a/drivers/media/video/cpia_usb.c b/drivers/media/video/cpia_usb.c
index ef1f893..58d193f 100644
--- a/drivers/media/video/cpia_usb.c
+++ b/drivers/media/video/cpia_usb.c
@@ -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)
@@ -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]);

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to