Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138228
b: refs/heads/master
c: d64260d
h: refs/heads/master
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 8bde826 commit e8a4ec0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 76717b887cccc77d04357fc0d6ac98f894e3eb3c
refs/heads/master: d64260d58865004c6354e024da3450fdd607ea07
8 changes: 4 additions & 4 deletions trunk/drivers/media/video/v4l2-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -797,10 +797,10 @@ struct v4l2_subdev *v4l2_i2c_new_subdev(struct i2c_adapter *adapter,
struct i2c_board_info info;

BUG_ON(!dev);
#ifdef MODULE

if (module_name)
request_module(module_name);
#endif

/* Setup the i2c board info with the device type and
the device address. */
memset(&info, 0, sizeof(info));
Expand Down Expand Up @@ -850,10 +850,10 @@ struct v4l2_subdev *v4l2_i2c_new_probed_subdev(struct i2c_adapter *adapter,
struct i2c_board_info info;

BUG_ON(!dev);
#ifdef MODULE

if (module_name)
request_module(module_name);
#endif

/* Setup the i2c board info with the device type and
the device address. */
memset(&info, 0, sizeof(info));
Expand Down

0 comments on commit e8a4ec0

Please sign in to comment.