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:
8514408
)
staging: dgap: remove unnecessary function
author
Daeseok Youn
<daeseok.youn@gmail.com>
Wed, 5 Nov 2014 08:58:11 +0000
(17:58 +0900)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 5 Nov 2014 22:49:14 +0000
(14:49 -0800)
The dgap_init_global() initialize the dgap_board
that is a global variable as static and dgap_poll_timer.
But init_timer() is called twice in dgap_start() and dgap_board
doesn't need to be initialized to NULL.
Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found