misc: tifm: match return type of wait_for_completion_timeout
authorNicholas Mc Guire <hofrat@osadl.org>
Mon, 9 Feb 2015 19:43:44 +0000 (14:43 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Mar 2015 10:36:38 +0000 (11:36 +0100)
commita819a228feae6f936e2696c4946c53f883a3d480
treeff41ea66ddae08131c9e64e2d42307b904e78dc1
parent03190c67ff72b5c56b24266762ab8abe68970f45
misc: tifm: match return type of wait_for_completion_timeout

return type of wait_for_completion_timeout is unsigned long not int. The
rc variable is in use for other calls so an additional timeout variable
of type unsigned long is added.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/tifm_7xx1.c