mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08: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:
parent
c6d633a927
commit
eb5b9154bf
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user