Re: [PATCH] USB: atm: use setup_timer instead of init_timer

From: Greg Kroah-Hartman
Date: Tue Nov 28 2017 - 09:09:07 EST


On Fri, Nov 24, 2017 at 01:31:54PM +0000, Colin King wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> Use setup_timer function instead of initializing timer with the
> function and data fields.
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
> ---
> drivers/usb/atm/usbatm.c | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)

This doesn't apply to 4.15-rc1 at all :(