drivers: usb: phy: omap: use setup_timer() helper.
authorAllen Pais <allen.lkml@gmail.com>
Fri, 22 Sep 2017 08:59:36 +0000 (14:29 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Oct 2017 07:59:29 +0000 (09:59 +0200)
commit88189c10db8a3d3d760e5f58aed935919cecfd98
treecfc162bbac8bd6dfbae2b1ccc52ba6cb48fe53a1
parentb0f597da0d52b15c17d78520b708e00b092de1ba
drivers: usb: phy: omap: 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/phy/phy-isp1301-omap.c