drivers: usb: hcd: use setup_timer() helper.
authorAllen Pais <allen.lkml@gmail.com>
Fri, 22 Sep 2017 08:59:35 +0000 (14:29 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Oct 2017 07:59:29 +0000 (09:59 +0200)
commitb0f597da0d52b15c17d78520b708e00b092de1ba
tree01a9d15cc0afe7eddf8ef5a5891fa5e289f68b23
parente8470b524f2a0a8bb6464e4e1351dd6bb1ebe364
drivers: usb: hcd: use setup_timer() helper.

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

Signed-off-by: Allen Pais <allen.lkml@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/hcd.c