]> git.sur5r.net Git - u-boot/blobdiff - drivers/pinctrl/exynos/pinctrl-exynos.c
Fix codying style broken by recent libfdt sync
[u-boot] / drivers / pinctrl / exynos / pinctrl-exynos.c
index c9c13e68028f6272b8ceb27516ece0b369447901..dd0a16ef5fab75295bb43050d4d24f71998d2d65 100644 (file)
@@ -80,7 +80,7 @@ int exynos_pinctrl_set_state(struct udevice *dev, struct udevice *config)
         * refer to the following document for the pinctrl bindings
         * linux/Documentation/devicetree/bindings/pinctrl/samsung-pinctrl.txt
         */
-       count =  fdt_stringlist_count(fdt, node, "samsung,pins");
+       count = fdt_stringlist_count(fdt, node, "samsung,pins");
        if (count <= 0)
                return -EINVAL;