Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92499
b: refs/heads/master
c: 33b4af9
h: refs/heads/master
i:
  92497: e2a0fb4
  92495: ba4444d
v: v3
  • Loading branch information
Roel Kluin authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent 9355c3b commit ebf5f3d
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: 7f0dd17913eda77961fc8213b64cb8af4a155d3e
refs/heads/master: 33b4af918a1ad73db47efec3cd23184d58f6ab31
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/se401.c
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ static int se401_init(struct usb_se401 *se401, int button)
rc=se401_sndctrl(0, se401, SE401_REQ_GET_HEIGHT, 0, cp, sizeof(cp));
se401->cheight=cp[0]+cp[1]*256;

if (!cp[2] && SE401_FORMAT_BAYER) {
if (!(cp[2] & SE401_FORMAT_BAYER)) {
err("Bayer format not supported!");
return 1;
}
Expand Down

0 comments on commit ebf5f3d

Please sign in to comment.