Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337588
b: refs/heads/master
c: fad1094
h: refs/heads/master
v: v3
  • Loading branch information
Kumar Amit Mehta authored and Jonathan Cameron committed Nov 2, 2012
1 parent 31795ae commit 198fcae
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: 0c88d23c66884e6ac2995d4d7f881b41e0cfd27c
refs/heads/master: fad109452e0562e896ee0ede27552931c761b0ad
2 changes: 1 addition & 1 deletion trunk/drivers/staging/iio/adc/ad7280a.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
*/
#define POLYNOM 0x2F
#define POLYNOM_ORDER 8
#define HIGHBIT 1 << (POLYNOM_ORDER - 1);
#define HIGHBIT (1 << (POLYNOM_ORDER - 1))

struct ad7280_state {
struct spi_device *spi;
Expand Down

0 comments on commit 198fcae

Please sign in to comment.