usb: ohci-at91: use dev variable instead of &pdev->dev
authorBoris BREZILLON <b.brezillon@overkiz.com>
Mon, 9 Dec 2013 08:51:54 +0000 (09:51 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Dec 2013 00:31:35 +0000 (16:31 -0800)
commit5b218a07f23ed71d5ab74b271643654bf094cc94
tree867175c2f2932864a197711bfb3e3463c8f780f8
parentcca2bbb3083de44394cabe7b3e9937d44bcc8e19
usb: ohci-at91: use dev variable instead of &pdev->dev

Make use of the dev variable instead of referencing the dev field of the
pdev struct.

Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-at91.c