Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331150
b: refs/heads/master
c: 07ca418
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Mauro Carvalho Chehab committed Sep 27, 2012
1 parent e50de35 commit dd0e341
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: 12897dc37648ac48b2aa2b3bb2d7df69625b6de5
refs/heads/master: 07ca418891187f97464309a0eedc266cabd948c7
2 changes: 1 addition & 1 deletion trunk/drivers/media/v4l2-core/v4l2-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ struct v4l2_subdev *v4l2_spi_new_subdev(struct v4l2_device *v4l2_dev,

BUG_ON(!v4l2_dev);

if (info->modalias)
if (info->modalias[0])
request_module(info->modalias);

spi = spi_new_device(master, info);
Expand Down

0 comments on commit dd0e341

Please sign in to comment.