]> git.karo-electronics.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>
Wed, 11 Mar 2015 08:01:47 +0000 (09:01 +0100)
commit85d787d8eba7a9e754719b12414d549601ecdf4d
tree61a5be8955aafec9b5a1b59f31babc48b6d822f4
parentc517d838eb7d07bbe9507871fab3931deccff539
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