Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318027
b: refs/heads/master
c: be344c8
h: refs/heads/master
i:
  318025: 73e35ff
  318023: c17bc2d
v: v3
  • Loading branch information
Peter Meerwald authored and Jonathan Cameron committed Jul 15, 2012
1 parent ffa3fcf commit 5b12d06
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: 795876238f127089d96f268e2639eb0f56ec1a91
refs/heads/master: be344c84c2d805378f410929b2eb0a538b4206e2
2 changes: 1 addition & 1 deletion trunk/drivers/staging/iio/iio_simple_dummy_buffer.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ static irqreturn_t iio_simple_dummy_trigger_h(int irq, void *p)
}
/* Store the timestamp at an 8 byte aligned offset */
if (indio_dev->scan_timestamp)
*(s64 *)((phys_addr_t)data + ALIGN(len, sizeof(s64)))
*(s64 *)((u8 *)data + ALIGN(len, sizeof(s64)))
= iio_get_time_ns();
buffer->access->store_to(buffer, (u8 *)data, pf->timestamp);

Expand Down

0 comments on commit 5b12d06

Please sign in to comment.