Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e86e4dfa authored by Igor M. Liplianin's avatar Igor M. Liplianin Committed by Mauro Carvalho Chehab
Browse files

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



Prof 7500 and TeVii s630, s660, s480 works faster now

Signed-off-by: default avatarIgor M. Liplianin <liplianin@me.by>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 5265ea54
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);