Re: [PATCH] Input: drv2667: Fix Kconfig error for help screen
From: Dan Murphy <hidden>
Date: 2015-05-05 12:05:26
From: Dan Murphy <hidden>
Date: 2015-05-05 12:05:26
Bump On 04/24/2015 01:16 PM, Dan Murphy wrote:
Fix the Kconfig for the drv2667 as there was a copy/paste error. Signed-off-by: Dan Murphy <redacted> --- drivers/input/misc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig index 4436ab1..7838f1a 100644 --- a/drivers/input/misc/Kconfig +++ b/drivers/input/misc/Kconfig@@ -784,6 +784,6 @@ config INPUT_DRV2667_HAPTICS Say Y to enable support for the TI DRV2667 haptics driver. To compile this driver as a module, choose M here: the - module will be called drv260x-haptics. + module will be called drv2667-haptics. endif
-- ------------------ Dan Murphy