crypto: allwinner - remove redundant platform_get_irq error message
authorChen Zhou <chenzhou10@huawei.com>
Wed, 5 Feb 2020 14:01:30 +0000 (22:01 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 13 Feb 2020 09:05:26 +0000 (17:05 +0800)
commit9ce9a5d5c362e392791319edef4ef918ed0ddfca
tree665e5f995e2417db91ba0ae216188d230d665fc3
parent00adbe714b28043e8051dfd6d709541c52f5aa45
crypto: allwinner - remove redundant platform_get_irq error message

Function dev_err() after platform_get_irq() is redundant because
platform_get_irq() already prints an error.

Signed-off-by: Chen Zhou <chenzhou10@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c