]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit20a96b918656e03c2a4dc2d6090e4a20dc58a84b
tree665e5f995e2417db91ba0ae216188d230d665fc3
parent385f3e49de8dae8df71826286fe48e312aee08a1
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