Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168389
b: refs/heads/master
c: 2de26c0
h: refs/heads/master
i:
  168387: c696661
v: v3
  • Loading branch information
Mike Isely authored and Mauro Carvalho Chehab committed Nov 7, 2009
1 parent ccb443d commit 5e38d65
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: 66349b4e7ab3825dbfc167a5f0309792a587adb7
refs/heads/master: 2de26c0a4a218a351bb1970eeaddf2905b47ff13
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/bt8xx/bttv-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ set_tvnorm(struct bttv *btv, unsigned int norm)

tvnorm = &bttv_tvnorms[norm];

if (!memcmp(&bttv_tvnorms[btv->tvnorm].cropcap, &tvnorm->cropcap,
if (memcmp(&bttv_tvnorms[btv->tvnorm].cropcap, &tvnorm->cropcap,
sizeof (tvnorm->cropcap))) {
bttv_crop_reset(&btv->crop[0], norm);
btv->crop[1] = btv->crop[0]; /* current = default */
Expand Down

0 comments on commit 5e38d65

Please sign in to comment.