commit | dd0fff8db627e08272af98d9480ae8d892d8f440 | [log] [tgz] |
---|---|---|
author | Nicholas Mc Guire <hofrat@osadl.org> | Sat Feb 07 03:09:41 2015 -0500 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Feb 28 23:31:36 2015 +1300 |
tree | 1a4f5a5d44dbb6695d592d040abededa4c4b15b9 | |
parent | 81e397d937a8e9f46f024a9f876cf14d8e2b45a7 [diff] |
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>