linux-stable/drivers/crypto/rockchip
Yang Li fb11cddfe2 crypto: rockchip - Remove surplus dev_err() when using platform_get_irq()
There is no need to call the dev_err() function directly to print a
custom message when handling an error from either the platform_get_irq()
or platform_get_irq_byname() functions as both are going to display an
appropriate error message in case of a failure.

./drivers/crypto/rockchip/rk3288_crypto.c:351:2-9: line 351 is
redundant because platform_get_irq() already prints an error

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2677
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Acked-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2022-11-11 18:14:59 +08:00
..
Makefile crypto: rockchip - switch to skcipher API 2019-11-17 09:02:48 +08:00
rk3288_crypto.c crypto: rockchip - Remove surplus dev_err() when using platform_get_irq() 2022-11-11 18:14:59 +08:00
rk3288_crypto.h crypto: rockchip - Add support for RK3399 2022-10-28 12:36:34 +08:00
rk3288_crypto_ahash.c crypto: rockchip - Add support for RK3399 2022-10-28 12:36:34 +08:00
rk3288_crypto_skcipher.c crypto: rockchip - Add support for RK3399 2022-10-28 12:36:34 +08:00