commit | 039aa4d68067161a7bd63aac9c2abc610aafab22 | [log] [tgz] |
---|---|---|
author | Nicholas Mc Guire <hofrat@osadl.org> | Mon Mar 09 03:12:26 2015 -0400 |
committer | Thierry Reding <treding@nvidia.com> | Mon May 04 12:58:18 2015 +0200 |
tree | f9bc346809ea87807115b59eb48404e34450cf43 | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 [diff] |
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>