From: Charles Keepax Date: Fri, 4 Apr 2014 08:29:58 +0000 (+0100) Subject: regulator: core: Fix typo in of_regulator.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5efe144681c183e1ca7b0053ad1113667aa7fde2;p=linux-beck.git regulator: core: Fix typo in of_regulator.h Fix a typo from my patch adding of_regulator_put_match in the patch: regulator: core: Add helper to put of_nodes from matches Signed-off-by: Charles Keepax Signed-off-by: Mark Brown --- diff --git a/include/linux/regulator/of_regulator.h b/include/linux/regulator/of_regulator.h index 06528516aa15..a5abd8334003 100644 --- a/include/linux/regulator/of_regulator.h +++ b/include/linux/regulator/of_regulator.h @@ -38,7 +38,7 @@ static inline int of_regulator_match(struct device *dev, return 0; } static inline int of_regulator_put_match(struct of_regulator_match *matches, - unsigned int num_matches); + unsigned int num_matches) { return 0; }