]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ab8500_fg: match return type of wait_for_completion_timeout
authorNicholas Mc Guire <hofrat@osadl.org>
Mon, 9 Feb 2015 17:20:45 +0000 (12:20 -0500)
committerSebastian Reichel <sre@kernel.org>
Wed, 25 Feb 2015 21:47:12 +0000 (22:47 +0100)
commit5ae6e2a8f8008dffec3f9d48337ba0bc430a1211
treea03f84386bf9940d15a56b29c6a32e1705ccae35
parentc75cfa9e27818b67e55ef9153c3f4fb9c867f7f0
ab8500_fg: match return type of wait_for_completion_timeout

return type of wait_for_completion_timeout is unsigned long not int. as
timeout is used for wait_for_completion_timeout exclusively here its
type is simply changed to unsigned long.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
drivers/power/ab8500_fg.c