Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330903
b: refs/heads/master
c: c4ede4c
h: refs/heads/master
i:
  330901: 9846b10
  330899: 881d3e0
  330895: 0ec0753
v: v3
  • Loading branch information
Liu Ying authored and Mauro Carvalho Chehab committed Aug 15, 2012
1 parent 83ffb64 commit cd1d85f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c078ac18f3f94f643ab477949d0cd93667904e06
refs/heads/master: c4ede4cedad1163345a2c2b4abc7e2208034190e
4 changes: 1 addition & 3 deletions trunk/drivers/media/platform/mx3_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -1171,9 +1171,7 @@ static int __devinit mx3_camera_probe(struct platform_device *pdev)

mx3_cam->pdata = pdev->dev.platform_data;
mx3_cam->platform_flags = mx3_cam->pdata->flags;
if (!(mx3_cam->platform_flags & (MX3_CAMERA_DATAWIDTH_4 |
MX3_CAMERA_DATAWIDTH_8 | MX3_CAMERA_DATAWIDTH_10 |
MX3_CAMERA_DATAWIDTH_15))) {
if (!(mx3_cam->platform_flags & MX3_CAMERA_DATAWIDTH_MASK)) {
/*
* Platform hasn't set available data widths. This is bad.
* Warn and use a default.
Expand Down

0 comments on commit cd1d85f

Please sign in to comment.