Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222836
b: refs/heads/master
c: 1d904e8
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Nov 16, 2010
1 parent 6436338 commit 0d35e4f
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: 3bad28ec006ad6ab2bca4e5103860b75391e3c9d
refs/heads/master: 1d904e8950c86e670ace237eaea1d48cd81e94df
2 changes: 1 addition & 1 deletion trunk/drivers/staging/iio/accel/adis16220_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ static IIO_DEVICE_ATTR(reset, S_IWUSR, NULL,
adis16220_write_reset, 0);

#define IIO_DEV_ATTR_CAPTURE(_store) \
IIO_DEVICE_ATTR(capture, S_IWUGO, NULL, _store, 0)
IIO_DEVICE_ATTR(capture, S_IRUSR, NULL, _store, 0)

static IIO_DEV_ATTR_CAPTURE(adis16220_write_capture);

Expand Down

0 comments on commit 0d35e4f

Please sign in to comment.