Commit 6c97bb34 authored by Li zeming's avatar Li zeming Committed by Richard Weinberger

ubi: block: Remove in vain semicolon

Remove the repeated ';' from code, it is not
needed.
Signed-off-by: default avatarLi zeming <zeming@nfschina.com>
Reviewed-by: default avatarZhihao Cheng <chengzhihao1@huawei.com>
[rw: Massaged commit message a bit]
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 27ef523a
......@@ -409,7 +409,7 @@ int ubiblock_create(struct ubi_volume_info *vi)
ret = blk_mq_alloc_tag_set(&dev->tag_set);
if (ret) {
dev_err(disk_to_dev(dev->gd), "blk_mq_alloc_tag_set failed");
goto out_free_dev;;
goto out_free_dev;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment