Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228124
b: refs/heads/master
c: 0ebce26
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Greg Kroah-Hartman committed Nov 16, 2010
1 parent 7181093 commit 16a0135
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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: 59a126418b96e9f5337d431e6024a8d50bbd6e4e
refs/heads/master: 0ebce2696305c3f49f54f3af25cb966ef1b24f71
16 changes: 8 additions & 8 deletions trunk/drivers/staging/iio/gyro/adis16251.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
#define ADIS16251_DIAG_STAT_POWER_HIGH (1<<1)
#define ADIS16251_DIAG_STAT_POWER_LOW (1<<0)

#define ADIS16251_DIAG_STAT_ERR_MASK (ADIS16261_DIAG_STAT_ALARM2 | \
ADIS16261_DIAG_STAT_ALARM1 | \
ADIS16261_DIAG_STAT_SELF_TEST | \
ADIS16261_DIAG_STAT_OVERFLOW | \
ADIS16261_DIAG_STAT_SPI_FAIL | \
ADIS16261_DIAG_STAT_FLASH_UPT | \
ADIS16261_DIAG_STAT_POWER_HIGH | \
ADIS16261_DIAG_STAT_POWER_LOW)
#define ADIS16251_DIAG_STAT_ERR_MASK (ADIS16251_DIAG_STAT_ALARM2 | \
ADIS16251_DIAG_STAT_ALARM1 | \
ADIS16251_DIAG_STAT_SELF_TEST | \
ADIS16251_DIAG_STAT_OVERFLOW | \
ADIS16251_DIAG_STAT_SPI_FAIL | \
ADIS16251_DIAG_STAT_FLASH_UPT | \
ADIS16251_DIAG_STAT_POWER_HIGH | \
ADIS16251_DIAG_STAT_POWER_LOW)

/* GLOB_CMD */
#define ADIS16251_GLOB_CMD_SW_RESET (1<<7)
Expand Down

0 comments on commit 16a0135

Please sign in to comment.