]> git.karo-electronics.de Git - karo-tx-linux.git/commit
crypto: mxs-dcp - fix type of ret for wait_for_completion_timeout
authorNicholas Mc Guire <hofrat@osadl.org>
Sat, 7 Feb 2015 08:09:41 +0000 (03:09 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 28 Feb 2015 10:31:36 +0000 (23:31 +1300)
commitdd0fff8db627e08272af98d9480ae8d892d8f440
tree1a4f5a5d44dbb6695d592d040abededa4c4b15b9
parent81e397d937a8e9f46f024a9f876cf14d8e2b45a7
crypto: mxs-dcp - fix type of ret for wait_for_completion_timeout

return type of wait_for_completion_timeout is unsigned long not int, this
patch changes the type of ret from int to unsigned long.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/mxs-dcp.c