Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306346
b: refs/heads/master
c: b1e1179
h: refs/heads/master
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed May 14, 2012
1 parent c21e9c4 commit de8bdf7
Show file tree
Hide file tree
Showing 2 changed files with 4 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: dfea00191aec19dc1115934a3c06e97fd8338e2e
refs/heads/master: b1e1179cea0e50ae3fead8c6bd064a985dae8f8b
5 changes: 3 additions & 2 deletions trunk/drivers/media/video/mt9m032.c
Original file line number Diff line number Diff line change
Expand Up @@ -392,10 +392,11 @@ static int mt9m032_set_pad_format(struct v4l2_subdev *subdev,
}

/* Scaling is not supported, the format is thus fixed. */
ret = mt9m032_get_pad_format(subdev, fh, fmt);
fmt->format = *__mt9m032_get_pad_format(sensor, fh, fmt->which);
ret = 0;

done:
mutex_lock(&sensor->lock);
mutex_unlock(&sensor->lock);
return ret;
}

Expand Down

0 comments on commit de8bdf7

Please sign in to comment.