Re: [PATCH 3/3] staging: panel: remove initialization check

2015-03-08 Thread Willy Tarreau
On Sun, Mar 08, 2015 at 11:07:26PM +0530, Sudip Mukherjee wrote: > no need to monitor init_in_progress now as keypad_send_key() can only > be called after the timer is initialized. and timer is initialized > from keypad_init() which is in the attach section and can only execute > after the module h

[PATCH 3/3] staging: panel: remove initialization check

2015-03-08 Thread Sudip Mukherjee
no need to monitor init_in_progress now as keypad_send_key() can only be called after the timer is initialized. and timer is initialized from keypad_init() which is in the attach section and can only execute after the module has initialized. Signed-off-by: Sudip Mukherjee --- drivers/staging/pan