From: Ben Dooks Date: Tue, 17 Jun 2014 15:14:55 +0000 (+0100) Subject: usb: gadget: r8a66597-udc: keep dev as reference to &pdev->dev X-Git-Tag: cleanup-for-v3.18~123^2~18^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f390f57c91c9c948c36ee2a5c65d2339cbfe1b37;p=pandora-kernel.git usb: gadget: r8a66597-udc: keep dev as reference to &pdev->dev Remove usages of &pdev->dev in the driver probe function with just dev to make the references to it easier to write. Convert all the current users of it to use it. Signed-off-by: Ben Dooks Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed