Commit 8481a750 authored by Mike Isely's avatar Mike Isely Committed by Mauro Carvalho Chehab

V4L/DVB (5367): Pvrusb2: (trivial) Fix too-wide source line

Signed-off-by: default avatarMike Isely <isely@pobox.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 6bdcc6e6
...@@ -3275,7 +3275,9 @@ int pvr2_hdw_register_access(struct pvr2_hdw *hdw, ...@@ -3275,7 +3275,9 @@ int pvr2_hdw_register_access(struct pvr2_hdw *hdw,
mutex_lock(&hdw->i2c_list_lock); do { mutex_lock(&hdw->i2c_list_lock); do {
list_for_each(item,&hdw->i2c_clients) { list_for_each(item,&hdw->i2c_clients) {
cp = list_entry(item,struct pvr2_i2c_client,list); cp = list_entry(item,struct pvr2_i2c_client,list);
if (!v4l2_chip_match_i2c_client(cp->client, req.match_type, req.match_chip)) { if (!v4l2_chip_match_i2c_client(
cp->client,
req.match_type, req.match_chip)) {
continue; continue;
} }
stat = pvr2_i2c_client_cmd( stat = pvr2_i2c_client_cmd(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment