Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306449
b: refs/heads/master
c: 272ed11
h: refs/heads/master
i:
  306447: 0cd6c62
v: v3
  • Loading branch information
Jim Cromie authored and Mauro Carvalho Chehab committed May 15, 2012
1 parent a6d8f43 commit 1c414e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 579e92ffac65c717c9c8a50feb755a035a51bb3f
refs/heads/master: 272ed119d7cb60d0a817786f555eccb2d87c0c69
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/cx231xx/cx231xx-avcore.c
Original file line number Diff line number Diff line change
Expand Up @@ -1595,8 +1595,8 @@ void cx231xx_set_DIF_bandpass(struct cx231xx *dev, u32 if_freq,
}

cx231xx_info("Enter IF=%zd\n",
sizeof(Dif_set_array)/sizeof(struct dif_settings));
for (i = 0; i < sizeof(Dif_set_array)/sizeof(struct dif_settings); i++) {
ARRAY_SIZE(Dif_set_array));
for (i = 0; i < ARRAY_SIZE(Dif_set_array); i++) {
if (Dif_set_array[i].if_freq == if_freq) {
vid_blk_write_word(dev,
Dif_set_array[i].register_address, Dif_set_array[i].value);
Expand Down

0 comments on commit 1c414e3

Please sign in to comment.