]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5dbf4bcac6bc3a3c19433b5b47a0153d43ce9323
tree867175c2f2932864a197711bfb3e3463c8f780f8
parent0212d535016fe961adf808536d1c8588a2ccbb6e
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