mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-11 07:28:10 +09:00
crypto: allwinner - remove unneeded semicolon
Fixes coccicheck warning: ./drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c:558:52-53: Unneeded semicolon Signed-off-by: Chen Zhou <chenzhou10@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
@@ -555,7 +555,7 @@ static int sun8i_ce_probe(struct platform_device *pdev)
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
ce->base = devm_platform_ioremap_resource(pdev, 0);;
|
||||
ce->base = devm_platform_ioremap_resource(pdev, 0);
|
||||
if (IS_ERR(ce->base))
|
||||
return PTR_ERR(ce->base);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user