Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318026
b: refs/heads/master
c: 7958762
h: refs/heads/master
v: v3
  • Loading branch information
Peter Meerwald authored and Jonathan Cameron committed Jul 15, 2012
1 parent 73e35ff commit ffa3fcf
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: d291d5f692f3fe90de08cea3f1c14ebd80da89ce
refs/heads/master: 795876238f127089d96f268e2639eb0f56ec1a91
2 changes: 1 addition & 1 deletion trunk/drivers/iio/light/adjd_s311.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ static irqreturn_t adjd_s311_trigger_handler(int irq, void *p)
}

if (indio_dev->scan_timestamp)
*(s64 *)((phys_addr_t)data->buffer + ALIGN(len, sizeof(s64)))
*(s64 *)((u8 *)data->buffer + ALIGN(len, sizeof(s64)))
= time_ns;
iio_push_to_buffer(buffer, (u8 *)data->buffer, time_ns);

Expand Down

0 comments on commit ffa3fcf

Please sign in to comment.