commit | f390f57c91c9c948c36ee2a5c65d2339cbfe1b37 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Tue Jun 17 16:14:55 2014 +0100 |
committer | Felipe Balbi <balbi@ti.com> | Mon Jun 30 12:24:45 2014 -0500 |
tree | eee5aadcdba706ac8f576034ba4bbc2b59bbb25d | |
parent | e1815053d6c3c4e2d89be0837509a76afadcc336 [diff] |
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 <ben.dooks@codethink.co.uk> Signed-off-by: Felipe Balbi <balbi@ti.com>