upstream: [media] em28xx: remove the i2c_set_adapdata() call in em28xx_i2c_register()
authorFrank Schaefer <fschaefer.oss@googlemail.com>
Sun, 11 May 2014 20:29:07 +0000 (17:29 -0300)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:59:18 +0000 (11:59 +0900)
It is no longer needed since nobody is calling i2c_get_adapdata() anymore.

Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/usb/em28xx/em28xx-i2c.c

index ba6433c..b58d4eb 100644 (file)
@@ -939,7 +939,6 @@ int em28xx_i2c_register(struct em28xx *dev, unsigned bus,
        dev->i2c_bus[bus].algo_type = algo_type;
        dev->i2c_bus[bus].dev = dev;
        dev->i2c_adap[bus].algo_data = &dev->i2c_bus[bus];
-       i2c_set_adapdata(&dev->i2c_adap[bus], &dev->v4l2_dev);
 
        retval = i2c_add_adapter(&dev->i2c_adap[bus]);
        if (retval < 0) {