Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65809
b: refs/heads/master
c: f58db95
h: refs/heads/master
i:
  65807: 964be68
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 93284a8 commit 2b217ba
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: 3eaeef57423b5f9571e7524373ec079f583b2113
refs/heads/master: f58db9590fc56fe519d6919abae7a70ec17b4d0e
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/tcm825x.c
Original file line number Diff line number Diff line change
Expand Up @@ -635,8 +635,8 @@ static int ioctl_try_fmt_cap(struct v4l2_int_device *s,
struct v4l2_pix_format *pix = &f->fmt.pix;

isize = tcm825x_find_size(s, pix->width, pix->height);
dev_dbg(&sensor->i2c_client->dev, "isize = %d num_capture = %d\n",
isize, TCM825X_NUM_CAPTURE_FORMATS);
dev_dbg(&sensor->i2c_client->dev, "isize = %d num_capture = %lu\n",
isize, (unsigned long)TCM825X_NUM_CAPTURE_FORMATS);

pix->width = tcm825x_sizes[isize].width;
pix->height = tcm825x_sizes[isize].height;
Expand Down

0 comments on commit 2b217ba

Please sign in to comment.