These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / media / i2c / saa6588.c
index 2960b5a..37e65f6 100644 (file)
@@ -301,9 +301,7 @@ static void saa6588_i2c_poll(struct saa6588 *s)
           first and the last of the 3 bytes block.
         */
 
-       tmp = tmpbuf[2];
-       tmpbuf[2] = tmpbuf[0];
-       tmpbuf[0] = tmp;
+       swap(tmpbuf[2], tmpbuf[0]);
 
        /* Map 'Invalid block E' to 'Invalid Block' */
        if (blocknum == 6)
@@ -520,7 +518,6 @@ MODULE_DEVICE_TABLE(i2c, saa6588_id);
 
 static struct i2c_driver saa6588_driver = {
        .driver = {
-               .owner  = THIS_MODULE,
                .name   = "saa6588",
        },
        .probe          = saa6588_probe,