[media] dw2102: remove unnecessary delays for i2c transfer for some cards
authorIgor M. Liplianin <liplianin@me.by>
Sun, 27 Feb 2011 19:18:34 +0000 (16:18 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 21 Mar 2011 23:32:40 +0000 (20:32 -0300)
Prof 7500 and TeVii s630, s660, s480 works faster now

Signed-off-by: Igor M. Liplianin <liplianin@me.by>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dvb-usb/dw2102.c

index 3ec0e8e..1b75da0 100644 (file)
@@ -590,8 +590,6 @@ static int s6x0_i2c_transfer(struct i2c_adapter *adap, struct i2c_msg msg[],
                        break;
                }
                }
-
-               msleep(3);
        }
 
        mutex_unlock(&d->i2c_mutex);