[PATCH 1/1] drivers:video: use setup_timer

Subsystems: framebuffer layer, the rest

STALE3216d

2 messages, 2 authors, 2017-10-17 · open the first message on its own page

[PATCH 1/1] drivers:video: use setup_timer

From: Allen Pais <hidden>
Date: 2017-09-21 11:05:39

    Use setup_timer function instead of initializing timer with the
    function and data fields.

Signed-off-by: Allen Pais <redacted>
---
 drivers/video/fbdev/pxa3xx-gcu.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/video/fbdev/pxa3xx-gcu.c b/drivers/video/fbdev/pxa3xx-gcu.c
index 933619d..c474751 100644
--- a/drivers/video/fbdev/pxa3xx-gcu.c
+++ b/drivers/video/fbdev/pxa3xx-gcu.c
@@ -520,9 +520,7 @@ static void pxa3xx_gcu_debug_timedout(unsigned long ptr)
 	QERROR("Timer DUMP");
 
 	/* init the timer structure */
-	init_timer(&pxa3xx_gcu_debug_timer);
-	pxa3xx_gcu_debug_timer.function = pxa3xx_gcu_debug_timedout;
-	pxa3xx_gcu_debug_timer.data = ptr;
+	setup_timer(&pxa3xx_gcu_debug_timer, pxa3xx_gcu_debug_timeout, ptr);
 	pxa3xx_gcu_debug_timer.expires = jiffies + 5*HZ; /* one second */
 
 	add_timer(&pxa3xx_gcu_debug_timer);
-- 
2.7.4

Re: [PATCH 1/1] drivers:video: use setup_timer

From: Bartlomiej Zolnierkiewicz <hidden>
Date: 2017-10-17 13:11:07

Hi,

On Thursday, September 21, 2017 04:35:31 PM Allen Pais wrote:
    Use setup_timer function instead of initializing timer with the
    function and data fields.

Signed-off-by: Allen Pais <redacted>
Thanks for the patch but I've ended applying a bit more complete one
from Himanshu Jha:

https://lkml.org/lkml/2017/9/28/695

Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help