git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e134201
)
staging: panel: remove initialization check
author
Sudip Mukherjee
<sudipm.mukherjee@gmail.com>
Mon, 9 Mar 2015 14:38:25 +0000
(20:08 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 20 Mar 2015 13:06:12 +0000
(14:06 +0100)
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 <sudip@vectorindia.org>
Acked-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found