Re: [PATCH] nfc: st21nfca: use setup_timer instead of init_timer

From: Samuel Ortiz
Date: Mon Jun 04 2018 - 00:16:56 EST


Hi Colin,

On Fri, Nov 24, 2017 at 01:37:41PM +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/nfc/st21nfca/se.c | 10 ++++------
> 1 file changed, 4 insertions(+), 6 deletions(-)
Applied to nfc-next, thanks.

Cheers,
Samuel.