commit | 860cba13432e071442a39e9bab83258c631d33a6 | [log] [tgz] |
---|---|---|
author | Nicholas Mc Guire <hofrat@osadl.org> | Mon Feb 09 14:24:25 2015 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Mar 25 11:36:38 2015 +0100 |
tree | 6370097df7346f6fa5504a95729dc550b188d981 | |
parent | a819a228feae6f936e2696c4946c53f883a3d480 [diff] |
misc: carma: fixup return type of wait_for_completion_timeout return type of wait_for_completion_timeout is unsigned long not int. The rc variable is renamed timeout to reflect its use and the type adjusted to unsigned long. Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>