Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338018
b: refs/heads/master
c: be7fd3b
h: refs/heads/master
v: v3
  • Loading branch information
Jonathan Cameron committed Nov 21, 2012
1 parent 29212c6 commit 44b3214
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2f3abe6cbb6c963ac790b40936b6761c9f0497b4
refs/heads/master: be7fd3b86ad2f2a8db58decc15d2274b0c89c23b
4 changes: 2 additions & 2 deletions trunk/drivers/iio/adc/ad7298.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ struct ad7298_state {
* DMA (thus cache coherency maintenance) requires the
* transfer buffers to live in their own cache lines.
*/
unsigned short rx_buf[12] ____cacheline_aligned;
unsigned short tx_buf[2];
__be16 rx_buf[12] ____cacheline_aligned;
__be16 tx_buf[2];
};

#define AD7298_V_CHAN(index) \
Expand Down

0 comments on commit 44b3214

Please sign in to comment.