commit | 1606043f214f912a52195293614935811a6e3e53 | [log] [tgz] |
---|---|---|
author | Gilad Ben-Yossef <gilad@benyossef.com> | Wed Jun 28 10:22:03 2017 +0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jul 12 18:38:06 2017 +0800 |
tree | 54f5a9ab508836a66fed2de2b025be85e0903631 | |
parent | 2acce6aa9f6569d4e135b2c4cfb56acce95efaeb [diff] |
crypto: atmel - only treat EBUSY as transient if backlog The Atmel SHA driver was treating -EBUSY as indication of queueing to backlog without checking that backlog is enabled for the request. Fix it by checking request flags. Cc: <stable@vger.kernel.org> Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>