usb: ohci-da8xx: add a helper pointer to &pdev->dev
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 11 Feb 2019 10:36:56 +0000 (11:36 +0100)
committerSekhar Nori <nsekhar@ti.com>
Tue, 12 Feb 2019 07:58:40 +0000 (13:28 +0530)
commit3d2ab9f35ebda97de7392716022a4ed8ab646861
treecb40a40292b3c885a9003840248cc4f91371638a
parent08e46f18b7d04ce4892c7542e89c2de4ae359987
usb: ohci-da8xx: add a helper pointer to &pdev->dev

Add a helper pointer to &pdev->dev. This improves readability by
removing all the &pdev->dev dereferencing.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
drivers/usb/host/ohci-da8xx.c