Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363089
b: refs/heads/master
c: ff9c351
h: refs/heads/master
i:
  363087: 2aae9f9
v: v3
  • Loading branch information
Chen Gang authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent 5e3f19a commit bbb5196
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: d87c3f057922e616c0449aac518da200355c84e9
refs/heads/master: ff9c351f96168a90d5a8239c350b565059e68be1
3 changes: 0 additions & 3 deletions trunk/drivers/misc/apds990x.c
Original file line number Diff line number Diff line change
Expand Up @@ -700,9 +700,6 @@ static ssize_t apds990x_lux_calib_store(struct device *dev,
if (strict_strtoul(buf, 0, &value))
return -EINVAL;

if (chip->lux_calib > APDS_RANGE)
return -EINVAL;

chip->lux_calib = value;

return len;
Expand Down

0 comments on commit bbb5196

Please sign in to comment.