commit | f7b2b5dd6a62a47e871627c71ed01aa3482154d9 | [log] [tgz] |
---|---|---|
author | Nishanth Menon <nm@ti.com> | Tue Dec 03 19:43:13 2013 -0600 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Dec 05 21:28:43 2013 +0800 |
tree | 4de401a7a20a39b801b5d2e672e7c3e9b5afc125 | |
parent | c0e656b7a6e1ac03b2921d49211a735893efd544 [diff] |
crypto: omap-aes - add error check for pm_runtime_get_sync The AES driver currently assumes that pm_runtime_get_sync will always succeed, which may not always be true, so add error handling for the same. This scenario was reported in the following bug: place. https://bugzilla.kernel.org/show_bug.cgi?id=66441 Reported-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de> Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>