summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-ring.c
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@lip6.fr>2015-01-09 17:06:30 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-01-09 21:05:47 +0300
commit9e08a03dc12a41ce695559f8c6d999aaf245b8be (patch)
treec67da13c1c531cd2d15419cad277a8b4acaa9d11 /drivers/usb/host/xhci-ring.c
parentfc8abe02e5616817735e8a8de2ab37f6ce5e4f46 (diff)
downloadlinux-9e08a03dc12a41ce695559f8c6d999aaf245b8be.tar.xz
xhci-mem: Use setup_timer
Convert a call to init_timer and accompanying intializations of the timer's data and function fields to a call to setup_timer. A simplified version of the semantic match that fixes this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression t,f,d; @@ -init_timer(&t); +setup_timer(&t,f,d); -t.data = d; -t.function = f; // </smpl> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/xhci-ring.c')
0 files changed, 0 insertions, 0 deletions