Skip to content

Commit 14e5c82

Browse files
Eduardo ValentinSamuel Ortiz
authored andcommitted
mfd: Fix twl_has_pwrbutton typo
Change the typo CONFIG_INPUT_TWL4030_PWBUTTON_MODULE in the twl_has_pwrbutton definition to CONFIG_INPUT_TWL4030_PWRBUTTON_MODULE. Signed-off-by: Eduardo Valentin <eduardo.valentin@nokia.com> Signed-off-by: Christoph Egger <siccegge@stud.informatik.uni-erlangen.de> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
1 parent 6985403 commit 14e5c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mfd/twl-core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
#define TWL_NUM_SLAVES 4
124124

125125
#if defined(CONFIG_INPUT_TWL4030_PWRBUTTON) \
126-
|| defined(CONFIG_INPUT_TWL4030_PWBUTTON_MODULE)
126+
|| defined(CONFIG_INPUT_TWL4030_PWRBUTTON_MODULE)
127127
#define twl_has_pwrbutton() true
128128
#else
129129
#define twl_has_pwrbutton() false

0 commit comments

Comments
 (0)