Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366981
b: refs/heads/master
c: abd5085
h: refs/heads/master
i:
  366979: 29b823a
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Apr 12, 2013
1 parent a51aa2c commit f3139a8
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: a34026e75bd1e6fdfbe8b59c320bb7d31c84b3da
refs/heads/master: abd50853d9fff98e4277b0bc23e5cee23b058b9f
2 changes: 1 addition & 1 deletion trunk/drivers/media/i2c/s5c73m3/s5c73m3-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ static int s5c73m3_load_fw(struct v4l2_subdev *sd)
return -EINVAL;
}

v4l2_info(sd, "Loading firmware (%s, %d B)\n", fw_name, fw->size);
v4l2_info(sd, "Loading firmware (%s, %zu B)\n", fw_name, fw->size);

ret = s5c73m3_spi_write(state, fw->data, fw->size, 64);

Expand Down

0 comments on commit f3139a8

Please sign in to comment.