Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304422
b: refs/heads/master
c: 610202d
h: refs/heads/master
v: v3
  • Loading branch information
Laxman Dewangan authored and Greg Kroah-Hartman committed Apr 24, 2012
1 parent ff8a5b3 commit ab32fb8
Show file tree
Hide file tree
Showing 3 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: 78aee0fc9a2ee913ef8c524c380a72ee693dd6cb
refs/heads/master: 610202ddc6951453034475fdcf5c9caf14f050de
2 changes: 1 addition & 1 deletion trunk/drivers/staging/iio/light/isl29018.c
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ static const struct i2c_device_id isl29018_id[] = {
MODULE_DEVICE_TABLE(i2c, isl29018_id);

static const struct of_device_id isl29018_of_match[] = {
{ .compatible = "invn,isl29018", },
{ .compatible = "isil,isl29018", },
{ },
};
MODULE_DEVICE_TABLE(of, isl29018_of_match);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/iio/light/isl29028.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ static const struct i2c_device_id isl29028_id[] = {
MODULE_DEVICE_TABLE(i2c, isl29028_id);

static const struct of_device_id isl29028_of_match[] = {
{ .compatible = "isl,isl29028", },
{ .compatible = "isil,isl29028", },
{ },
};
MODULE_DEVICE_TABLE(of, isl29028_of_match);
Expand Down

0 comments on commit ab32fb8

Please sign in to comment.