Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365623
b: refs/heads/master
c: 9703542
h: refs/heads/master
i:
  365621: 7656a5f
  365619: e278c35
  365615: b2907d4
v: v3
  • Loading branch information
Devendra Naga authored and Linus Torvalds committed Apr 30, 2013
1 parent 980b0a9 commit 51bda00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: ee69c8a9470e373dfdbbe8d53b72001cf10b0923
refs/heads/master: 970354281507ec8055767c7063d26109fd80d2b5
2 changes: 0 additions & 2 deletions trunk/drivers/video/backlight/lp855x_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ static int lp855x_probe(struct i2c_client *cl, const struct i2c_device_id *id)
{
struct lp855x *lp;
struct lp855x_platform_data *pdata = cl->dev.platform_data;
enum lp855x_brightness_ctrl_mode mode;
int ret;

if (!pdata) {
Expand All @@ -354,7 +353,6 @@ static int lp855x_probe(struct i2c_client *cl, const struct i2c_device_id *id)
if (!lp)
return -ENOMEM;

mode = pdata->mode;
lp->client = cl;
lp->dev = &cl->dev;
lp->pdata = pdata;
Expand Down

0 comments on commit 51bda00

Please sign in to comment.