Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320610
b: refs/heads/master
c: 3bc1953
h: refs/heads/master
v: v3
  • Loading branch information
Manjunath Hadli authored and Mauro Carvalho Chehab committed Jul 30, 2012
1 parent 9fc1773 commit 0163b52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 0316b89ae0de139875594d7fa0527cb5af69bd69
refs/heads/master: 3bc1953b22ba11922190bc76682ece431b6eefff
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/davinci/vpif.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ static void config_vpif_params(struct vpif_params *vpifparams,

value = regr(reg);
/* Set data width */
value &= ((~(unsigned int)(0x3)) <<
value &= ~(0x3u <<
VPIF_CH_DATA_WIDTH_BIT);
value |= ((vpifparams->params.data_sz) <<
VPIF_CH_DATA_WIDTH_BIT);
Expand Down

0 comments on commit 0163b52

Please sign in to comment.