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