dect
/
linux-2.6
Archived
13
0
Fork 0

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

Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Mike Isely 2007-04-27 12:31:31 -03:00 committed by Mauro Carvalho Chehab
parent 6bdcc6e6db
commit 8481a7506b
1 changed files with 3 additions and 1 deletions

View File

@ -3275,7 +3275,9 @@ int pvr2_hdw_register_access(struct pvr2_hdw *hdw,
mutex_lock(&hdw->i2c_list_lock); do {
list_for_each(item,&hdw->i2c_clients) {
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;
}
stat = pvr2_i2c_client_cmd(