Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222850
b: refs/heads/master
c: c9e51d9
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Nov 18, 2010
1 parent 31bce96 commit b994ec3
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: 2a767fda5d0d8dcff465724dfad6ee131489b3f2
refs/heads/master: c9e51d9e4bee3da47623622884f4828e079a0581
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_IRUSR, NULL, _store, 0)
IIO_DEVICE_ATTR(capture, S_IWUSR, NULL, _store, 0)

static IIO_DEV_ATTR_CAPTURE(adis16220_write_capture);

Expand Down

0 comments on commit b994ec3

Please sign in to comment.