Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318028
b: refs/heads/master
c: dcbc3c4
h: refs/heads/master
v: v3
  • Loading branch information
Peter Meerwald authored and Jonathan Cameron committed Jul 15, 2012
1 parent 5b12d06 commit 873e975
Show file tree
Hide file tree
Showing 2 changed files with 2 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: be344c84c2d805378f410929b2eb0a538b4206e2
refs/heads/master: dcbc3c414e62faa4e1a1e17421f89eceea6bee30
3 changes: 1 addition & 2 deletions trunk/drivers/staging/iio/accel/lis3l02dq_ring.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ static irqreturn_t lis3l02dq_trigger_handler(int irq, void *p)

/* Guaranteed to be aligned with 8 byte boundary */
if (indio_dev->scan_timestamp)
*(s64 *)(((phys_addr_t)data + len
+ sizeof(s64) - 1) & ~(sizeof(s64) - 1))
*(s64 *)((u8 *)data + ALIGN(len, sizeof(s64)))
= pf->timestamp;
buffer->access->store_to(buffer, (u8 *)data, pf->timestamp);

Expand Down

0 comments on commit 873e975

Please sign in to comment.