soc/tegra: Watch wait_for_completion_timeout() return type
authorNicholas Mc Guire <hofrat@osadl.org>
Mon, 9 Mar 2015 07:12:26 +0000 (03:12 -0400)
committerThierry Reding <treding@nvidia.com>
Mon, 4 May 2015 10:58:18 +0000 (12:58 +0200)
The return type of the wait_for_completion_timeout() function is not int
but unsigned long. An appropriately named unsigned long is added and the
assignment fixed up.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>

No differences found