Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287337
b: refs/heads/master
c: ec44fd4
h: refs/heads/master
i:
  287335: 947e41e
v: v3
  • Loading branch information
Axel Lin authored and Linus Torvalds committed Feb 9, 2012
1 parent f0ea6a3 commit 55bf329
Show file tree
Hide file tree
Showing 2 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: dc9086004b3d5db75997a645b3fe08d9138b7ad0
refs/heads/master: ec44fd429879f7d4f28021f1a7f9fb0b5f831aab
4 changes: 2 additions & 2 deletions trunk/drivers/leds/leds-lm3530.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ static int lm3530_init_registers(struct lm3530_data *drvdata)

if (drvdata->mode == LM3530_BL_MODE_ALS) {
if (pltfm->als_vmax == 0) {
pltfm->als_vmin = als_vmin = 0;
pltfm->als_vmin = als_vmax = LM3530_ALS_WINDOW_mV;
pltfm->als_vmin = 0;
pltfm->als_vmax = LM3530_ALS_WINDOW_mV;
}

als_vmin = pltfm->als_vmin;
Expand Down

0 comments on commit 55bf329

Please sign in to comment.