From: Sudip Mukherjee Date: Mon, 9 Mar 2015 14:38:25 +0000 (+0530) Subject: staging: panel: remove initialization check X-Git-Tag: omap-for-v4.1/fixes-rc1~165^2~138^2~282 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dec8c37818a26869ba5cdf0b1033eeb9296dc2fb;p=pandora-kernel.git staging: panel: remove initialization check 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 Acked-by: Willy Tarreau Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed