usb: gadget: udc: pxa25x_udc: use setup_timer() helper.
authorAllen Pais <allen.lkml@gmail.com>
Fri, 22 Sep 2017 08:59:38 +0000 (14:29 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Oct 2017 07:59:29 +0000 (09:59 +0200)
commit8c0e1832e0124f2f9b803abdaa12e30b0cac8b63
treec0cd742dd333f6b51be0d4da1ae74880784f9112
parent3f948bdc635cdec1799c4b448c1786f7cd2c0838
usb: gadget: udc: pxa25x_udc: 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/gadget/udc/pxa25x_udc.c