commit | 78557e77b25a98c153f87182a0f48b63e474ac9f | [log] [tgz] |
---|---|---|
author | Tudor-Dan Ambarus <tudor.ambarus@microchip.com> | Fri Jun 16 11:39:48 2017 +0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jun 20 11:21:49 2017 +0800 |
tree | 11dc1349b0c9e2788c5282f7fa7227b0c39a19d2 | |
parent | 4914b90b7baa8f21a4bb4ddc3d92b92e3324767e [diff] |
crypto: vmx - remove unnecessary check You can't reach init() if parent alg_name is invalid. Moreover, cypto_alloc_base() will return ENOENT if alg_name is NULL. Found while grasping the fallback mechanism. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>