Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317428
b: refs/heads/master
c: 0941b93
h: refs/heads/master
v: v3
  • Loading branch information
Peter Meerwald authored and Greg Kroah-Hartman committed Jun 19, 2012
1 parent 8d75026 commit 8c189b7
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: ae3805c3aece38ee40ebc902a598b44a393902e1
refs/heads/master: 0941b9307e461570afe0378a410fb339936fad31
2 changes: 1 addition & 1 deletion trunk/drivers/staging/iio/light/tsl2583.c
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ static int taos_chip_on(struct iio_dev *indio_dev)
return -EINVAL;
}

/* determine als integration regster */
/* determine als integration register */
als_count = (chip->taos_settings.als_time * 100 + 135) / 270;
if (als_count == 0)
als_count = 1; /* ensure at least one cycle */
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/iio/light/tsl2x7x_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ static int tsl2x7x_chip_on(struct iio_dev *indio_dev)
return -EINVAL;
}

/* determine als integration regster */
/* determine als integration register */
als_count = (chip->tsl2x7x_settings.als_time * 100 + 135) / 270;
if (als_count == 0)
als_count = 1; /* ensure at least one cycle */
Expand Down

0 comments on commit 8c189b7

Please sign in to comment.