[PATCH v2 1/4] mfd: tps65090: Fix enum in header file

2013-03-04 Thread Rhyland Klein
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 --- v2: - no changes since v1 include/linux/mfd/tps65090.h |1 + 1 file changed, 1 insertion(+) diff --git

[PATCH v2 1/4] mfd: tps65090: Fix enum in header file

2013-03-04 Thread Rhyland Klein
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 rkl...@nvidia.com --- v2: - no changes since v1 include/linux/mfd/tps65090.h |1 + 1 file changed, 1