Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318023
b: refs/heads/master
c: 79d2a6b
h: refs/heads/master
i:
  318021: 2ae5986
  318019: 148e46b
  318015: 811d1be
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Jonathan Cameron committed Jul 14, 2012
1 parent ca46c7d commit c17bc2d
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: 97271c3bcb83babe81cab0b79b374c7d732eff41
refs/heads/master: 79d2a6bd14b117f140817b7d258a54bb5c963473
4 changes: 2 additions & 2 deletions trunk/drivers/staging/iio/light/tsl2x7x_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2028,8 +2028,8 @@ static int tsl2x7x_resume(struct device *dev)

static int __devexit tsl2x7x_remove(struct i2c_client *client)
{
struct tsl2X7X_chip *chip = i2c_get_clientdata(client);
struct iio_dev *indio_dev = iio_priv_to_dev(chip);
struct iio_dev *indio_dev = i2c_get_clientdata(client);
struct tsl2X7X_chip *chip = iio_priv(indio_dev);

tsl2x7x_chip_off(indio_dev);

Expand Down

0 comments on commit c17bc2d

Please sign in to comment.