commit | f7c8f992013da1afad6a353b7c73ea35c014d507 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@glider.be> | Tue Feb 11 19:19:27 2020 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Feb 22 09:25:46 2020 +0800 |
tree | 8802dee4a3d1ed6ff84cd5962991c5832a2ee10f | |
parent | ff4d719a5bc7e27eac7002ea6eaea05fa2deb87a [diff] |
crypto: ccree - use devm_k[mz]alloc() for cipher data As the lifetime of the cipher data matches the lifetime of the driver, cipher data can be allocated using the managed allocators. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>