Skip to content

Commit 6c97bb3

Browse files
Li zemingrichardweinberger
authored andcommitted
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>
1 parent 27ef523 commit 6c97bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mtd/ubi/block.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ int ubiblock_create(struct ubi_volume_info *vi)
409409
ret = blk_mq_alloc_tag_set(&dev->tag_set);
410410
if (ret) {
411411
dev_err(disk_to_dev(dev->gd), "blk_mq_alloc_tag_set failed");
412-
goto out_free_dev;;
412+
goto out_free_dev;
413413
}
414414

415415

0 commit comments

Comments
 (0)