Skip to content

Commit 52fbb5a

Browse files
Yang Litmlind
authored andcommitted
bus: ti-sysc: remove unneeded semicolon
Eliminate the following coccicheck warning: ./drivers/bus/ti-sysc.c:1595:2-3: Unneeded semicolon ./drivers/bus/ti-sysc.c:2833:3-4: Unneeded semicolon Reported-by: Abaci Robot <[email protected]> Signed-off-by: Yang Li <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent aa4e133 commit 52fbb5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/bus/ti-sysc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1648,7 +1648,7 @@ static u32 sysc_quirk_dispc(struct sysc *ddata, int dispc_offset,
16481648
case SOC_UNKNOWN:
16491649
default:
16501650
return 0;
1651-
};
1651+
}
16521652

16531653
/* Remap the whole module range to be able to reset dispc outputs */
16541654
devm_iounmap(ddata->dev, ddata->module_va);
@@ -2902,7 +2902,7 @@ static int sysc_init_soc(struct sysc *ddata)
29022902
break;
29032903
default:
29042904
break;
2905-
};
2905+
}
29062906
}
29072907

29082908
match = soc_device_match(sysc_soc_feat_match);

0 commit comments

Comments
 (0)