Ver código fonte

[media] dw2102: remove unnecessary delays for i2c transfer for some cards

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>
Igor M. Liplianin 14 anos atrás
pai
commit
e86e4dfa5a
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      drivers/media/dvb/dvb-usb/dw2102.c

+ 0 - 2
drivers/media/dvb/dvb-usb/dw2102.c

@@ -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);