Skip to content

Commit

Permalink
[media] dw2102: remove unnecessary delays for i2c transfer for some c…
Browse files Browse the repository at this point in the history
…ards

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>
  • Loading branch information
Igor M. Liplianin authored and Mauro Carvalho Chehab committed Mar 21, 2011
1 parent 5265ea5 commit e86e4df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/media/dvb/dvb-usb/dw2102.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e86e4df

Please sign in to comment.