]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/media/video/gspca/ov534_9.c
Merge tag 'v2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[mv-sheeva.git] / drivers / media / video / gspca / ov534_9.c
index e831f0d280ea7bf268084a93393435679283dcfa..aaf5428c57f57ac4fc3e37223074ec456973ebee 100644 (file)
@@ -945,7 +945,6 @@ static void setautogain(struct gspca_dev *gspca_dev)
        u8 val;
 
 /*fixme: should adjust agc/awb/aec by different controls */
-       val = sd->autogain;
        val = sccb_read(gspca_dev, 0x13);               /* com8 */
        sccb_write(gspca_dev, 0xff, 0x00);
        if (sd->autogain)
@@ -1430,7 +1429,7 @@ static const struct sd_desc sd_desc = {
 };
 
 /* -- module initialisation -- */
-static const __devinitdata struct usb_device_id device_table[] = {
+static const struct usb_device_id device_table[] = {
        {USB_DEVICE(0x06f8, 0x3003)},
        {}
 };