Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281234
b: refs/heads/master
c: bba4277
h: refs/heads/master
v: v3
  • Loading branch information
Andreas Ruprecht authored and Greg Kroah-Hartman committed Dec 8, 2011
1 parent 46d04d1 commit 9b61f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 0c9d19646249e0124f1d82fb939e5ba76cb1af3c
refs/heads/master: bba42776f5bade198d3bf918689da02acb63dadb
2 changes: 1 addition & 1 deletion trunk/drivers/staging/iio/accel/sca3000_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ sca3000_store_measurement_mode(struct device *dev,
struct iio_dev *indio_dev = dev_get_drvdata(dev);
struct sca3000_state *st = iio_priv(indio_dev);
int ret;
int mask = 0x03;
u8 mask = 0x03;
u8 val;

mutex_lock(&st->lock);
Expand Down

0 comments on commit 9b61f5f

Please sign in to comment.