crypto: inside-secure - fix platform_get_irq.cocci warnings
authorTian Tao <tiantao6@hisilicon.com>
Mon, 14 Dec 2020 11:44:40 +0000 (19:44 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 2 Jan 2021 21:41:35 +0000 (08:41 +1100)
commit7334a4be50764500d5cae4d9a655f7755dbedd5d
treee76979268d59c1640f43aab5ab82567b02afd1aa
parent0eb76ba29d16df2951d37c54ca279c4e5630b071
crypto: inside-secure - fix platform_get_irq.cocci warnings

Remove dev_err() messages after platform_get_irq*() failures.
drivers/crypto/inside-secure/safexcel.c: line 1161 is redundant
because platform_get_irq() already prints an error

Generated by: scripts/coccinelle/api/platform_get_irq.cocci

Signed-off-by: Tian Tao <tiantao6@hisilicon.com>
Acked-by: Antoine Tenart <atenart@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/inside-secure/safexcel.c