Re: [PATCH] Input: misc: max77693-haptic - fix active state check in disable()

2014-10-16 Thread Dmitry Torokhov
On Wed, Oct 15, 2014 at 01:34:31PM +0900, Jaewon Kim wrote: Hi Chanwoo, 2014년 10월 15일 13:17에 Chanwoo Choi 이(가) 쓴 글: Hi Jaewon, I think you better to use ':' instead of '-'. - before: Input: misc: max77693-haptic - - after : Input: misc: max77693-haptic: I refer past log message. I

[PATCH] Input: misc: max77693-haptic - fix active state check in disable()

2014-10-14 Thread Jaewon Kim
In order to avoid duplicated execution, max77693_haptic_disable() check disable state. But it was reversed. this patch fix it. Signed-off-by: Jaewon Kim jaewon02@samsung.com --- drivers/input/misc/max77693-haptic.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH] Input: misc: max77693-haptic - fix active state check in disable()

2014-10-14 Thread Chanwoo Choi
Hi Jaewon, I think you better to use ':' instead of '-'. - before: Input: misc: max77693-haptic - - after : Input: misc: max77693-haptic: On 10/15/2014 12:16 PM, Jaewon Kim wrote: In order to avoid duplicated execution, max77693_haptic_disable() check disable state. But it was reversed. this

Re: [PATCH] Input: misc: max77693-haptic - fix active state check in disable()

2014-10-14 Thread Jaewon Kim
Hi Chanwoo, 2014년 10월 15일 13:17에 Chanwoo Choi 이(가) 쓴 글: Hi Jaewon, I think you better to use ':' instead of '-'. - before: Input: misc: max77693-haptic - - after : Input: misc: max77693-haptic: I refer past log message. I think '-' is input driver style. On 10/15/2014 12:16 PM, Jaewon Kim