ARM: tegra: Fix device tree AUXDATA for USB/EHCI
authorStephen Warren <swarren@wwwdotorg.org>
Mon, 19 Mar 2012 19:57:13 +0000 (13:57 -0600)
committerStephen Warren <swarren@wwwdotorg.org>
Wed, 21 Mar 2012 17:56:58 +0000 (11:56 -0600)
Commit 4a53f4e "USB: ehci-tegra: add probing through device tree" added
AUXDATA for Tegra's USB/EHCI controller. However, it pointed the platform
data at a location containing the address of the intended platform data,
rather than the platform data itself. This change fixes that.

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Cc: <stable@vger.kernel.org> # 3.3

No differences found