Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138296
b: refs/heads/master
c: e68a619
h: refs/heads/master
v: v3
  • Loading branch information
Mike Isely authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 4b8ad98 commit fd7da5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0db8556805bdaed865329e55b9a1ad05f9cbd856
refs/heads/master: e68a619a1b216ed5398cbdf215a20d3411c988ea
6 changes: 3 additions & 3 deletions trunk/drivers/media/video/pvrusb2/pvrusb2-hdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -3238,15 +3238,15 @@ static int pvr2_hdw_commit_execute(struct pvr2_hdw *hdw)
}
}

/* Check and update state for all sub-devices. */
pvr2_subdev_update(hdw);

for (idx = 0; idx < hdw->control_cnt; idx++) {
cptr = hdw->controls + idx;
if (!cptr->info->clear_dirty) continue;
cptr->info->clear_dirty(cptr);
}

/* Check and update state for all sub-devices. */
pvr2_subdev_update(hdw);

/* Now execute i2c core update */
pvr2_i2c_core_sync(hdw);

Expand Down

0 comments on commit fd7da5c

Please sign in to comment.