Files
linux/drivers/crypto
Andy Shevchenko 3ec25b43fa crypto: caam - use traditional error check pattern
Use traditional error check pattern
	ret = ...;
	if (ret)
		return ret;
	...
instead of checking error code to be 0.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Iuliana Prodan <iuliana.prodan@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2020-09-11 14:39:14 +10:00
..
2020-08-28 16:58:30 +10:00
2020-08-21 14:47:49 +10:00
2020-07-23 17:34:16 +10:00
2020-07-23 17:34:16 +10:00
2019-07-03 22:13:11 +08:00