OSDN Git Service

crypto: bcm - Remove the unnecessary cast for PTR_ERR().
authorTang Bin <tangbin@cmss.chinamobile.com>
Sat, 25 Apr 2020 14:22:58 +0000 (22:22 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 30 Apr 2020 05:19:34 +0000 (15:19 +1000)
commit42a13ddbab00455504d50ef159360f7451d597e4
treee61b0548ecc50fd3ef69ab46e5792855d86ea3ae
parentd6fc1a4592219b9ccb85854282d0e59d35fddebc
crypto: bcm - Remove the unnecessary cast for PTR_ERR().

It's not necessary to specify 'int' casting for PTR_ERR().

Signed-off-by: Zhang Shengju <zhangshengju@cmss.chinamobile.com>
Signed-off-by: Tang Bin <tangbin@cmss.chinamobile.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/bcm/cipher.c