]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit039aa4d68067161a7bd63aac9c2abc610aafab22
treef9bc346809ea87807115b59eb48404e34450cf43
parentb787f68c36d49bb1d9236f403813641efa74a031
soc/tegra: Watch wait_for_completion_timeout() return type

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>
drivers/soc/tegra/fuse/fuse-tegra20.c