mfd: twl: Use decimal numbers for TWL6030_MODULE_IDs
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Tue, 13 Nov 2012 08:28:49 +0000 (09:28 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 21 Nov 2012 15:08:03 +0000 (16:08 +0100)
It is easier fro humans to understand decimal numbers than hexadecimals when
they are used as indexes.

Acked-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
include/linux/i2c/twl.h

index b1c44cc..1ff54b1 100644 (file)
@@ -81,9 +81,9 @@ enum twl4030_module_ids {
 #define TWL_MODULE_PWM         TWL4030_MODULE_PWM0
 #define TWL_MODULE_LED         TWL4030_MODULE_LED
 
-#define TWL6030_MODULE_ID0     0x0D
-#define TWL6030_MODULE_ID1     0x0E
-#define TWL6030_MODULE_ID2     0x0F
+#define TWL6030_MODULE_ID0     13
+#define TWL6030_MODULE_ID1     14
+#define TWL6030_MODULE_ID2     15
 
 #define GPIO_INTR_OFFSET       0
 #define KEYPAD_INTR_OFFSET     1