Re: [linux-yocto] [PATCH linux-yocto v4.15] yaffs2: Adjust the timer callback and init functions

2018-02-23 Thread Bruce Ashfield
On 2018-02-23 12:32 AM, Kevin Hao wrote: The timer callback argument type has been changed by commit 354b46b1a0ad ("timer: Switch callback prototype to take struct timer_list * argument") and init_timer_on_stack() is also removed by commit 9c6c273aa424 ("timer: Remove init_timer_on_stack() in

[linux-yocto] [PATCH linux-yocto v4.15] yaffs2: Adjust the timer callback and init functions

2018-02-22 Thread Kevin Hao
The timer callback argument type has been changed by commit 354b46b1a0ad ("timer: Switch callback prototype to take struct timer_list * argument") and init_timer_on_stack() is also removed by commit 9c6c273aa424 ("timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()"). Adjust the