Commit b2661e98 authored by David Lechner's avatar David Lechner Committed by Mark Brown
Browse files

regulator: core: add newline in debug message



This adds a trailing newline to a debug message.

Signed-off-by: default avatarDavid Lechner <david@lechnology.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 109c75af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@ static struct device_node *of_get_regulator(struct device *dev, const char *supp
	regnode = of_parse_phandle(dev->of_node, prop_name, 0);

	if (!regnode) {
		dev_dbg(dev, "Looking up %s property in node %s failed",
		dev_dbg(dev, "Looking up %s property in node %s failed\n",
				prop_name, dev->of_node->full_name);
		return NULL;
	}