Browse Source

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>
Javier Martinez Canillas 10 years ago
parent
commit
be2cbd4dbb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/pinctrl/samsung/pinctrl-exynos5440.c

+ 1 - 1
drivers/pinctrl/samsung/pinctrl-exynos5440.c

@@ -284,7 +284,7 @@ static void exynos5440_dt_free_map(struct pinctrl_dev *pctldev,
 			if (!idx)
 				kfree(map[idx].data.configs.group_or_pin);
 		}
-	};
+	}
 
 	kfree(map);
 }