Skip to content

Commit 4a6d014

Browse files
intel-lab-lkplinusw
authored andcommitted
pinctrl: mediatek: common-v1: fix semicolon.cocci warnings
drivers/pinctrl/mediatek/pinctrl-mtk-common.c:171:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Fixes: 156f721 ("pinctrl: mediatek: common-v1: Commonize spec_ies_smt_set callback") CC: AngeloGioacchino Del Regno <[email protected]> Reported-by: kernel test robot <[email protected]> Signed-off-by: kernel test robot <[email protected]> Link: https://lore.kernel.org/r/20220322130308.GA21877@65fc916127a5 Signed-off-by: Linus Walleij <[email protected]>
1 parent 44e445e commit 4a6d014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pinctrl/mediatek/pinctrl-mtk-common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ int mtk_pconf_spec_set_ies_smt_range(struct regmap *regmap,
168168
break;
169169
default:
170170
break;
171-
};
171+
}
172172

173173
if (!ies_smt_infos)
174174
return -EINVAL;

0 commit comments

Comments
 (0)