Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219498
b: refs/heads/master
c: e9f0495
h: refs/heads/master
v: v3
  • Loading branch information
Laurent Pinchart authored and Mauro Carvalho Chehab committed Oct 22, 2010
1 parent 175a1bb commit 0533e91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b8383962c388288b99bcaadcf8a87b049cd56d4a
refs/heads/master: e9f0495a25e37a3bc60c42fbfe3b31a47b91b7ad
2 changes: 2 additions & 0 deletions trunk/drivers/media/video/v4l2-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,8 @@ struct v4l2_subdev *v4l2_i2c_new_subdev_board(struct v4l2_device *v4l2_dev,

if (module_name)
request_module(module_name);
else
request_module(I2C_MODULE_PREFIX "%s", info->type);

/* Create the i2c client */
if (info->addr == 0 && probe_addrs)
Expand Down

0 comments on commit 0533e91

Please sign in to comment.