Skip to content

Commit be2cbd4

Browse files
Javier Martinez Canillaslinusw
authored andcommitted
pinctrl: samsung: Remove unneded semicolon
It's not needed an is just creating a null statement, so remove it. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent e441189 commit be2cbd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pinctrl/samsung/pinctrl-exynos5440.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ static void exynos5440_dt_free_map(struct pinctrl_dev *pctldev,
284284
if (!idx)
285285
kfree(map[idx].data.configs.group_or_pin);
286286
}
287-
};
287+
}
288288

289289
kfree(map);
290290
}

0 commit comments

Comments
 (0)