Skip to content

Commit

Permalink
mfd: tps65090: Fix enum in header file
Browse files Browse the repository at this point in the history
The enum is missing the definition for the first bit, which makes all
the rest off by one. Add definition for the TPS65090_IRQ_INTERRUPT bit
which at 0.

Signed-off-by: Rhyland Klein <rklein@nvidia.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Rhyland Klein authored and Samuel Ortiz committed Apr 8, 2013
1 parent 654003e commit 751391c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/mfd/tps65090.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

/* TPS65090 IRQs */
enum {
TPS65090_IRQ_INTERRUPT,
TPS65090_IRQ_VAC_STATUS_CHANGE,
TPS65090_IRQ_VSYS_STATUS_CHANGE,
TPS65090_IRQ_BAT_STATUS_CHANGE,
Expand Down

0 comments on commit 751391c

Please sign in to comment.