From deaa2c2021c2c00401933f84023bfc4c0a60e281 Mon Sep 17 00:00:00 2001 From: Daeseok Youn Date: Wed, 5 Nov 2014 17:58:11 +0900 Subject: [PATCH] staging: dgap: remove unnecessary function 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed