mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 20:48:49 +08:00
ubi: block: Remove in vain semicolon
Remove the repeated ';' from code, it is not needed. Signed-off-by: Li zeming <zeming@nfschina.com> Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com> [rw: Massaged commit message a bit] Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
27ef523a66
commit
6c97bb345f
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user