Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit adf4e289 authored by Gregory CLEMENT's avatar Gregory CLEMENT Committed by Stephen Boyd
Browse files

clk: mvebu: armada-37xx-periph: cosmetic changes



This patches fixes few cosmetic issues such as alignment, blank lines
and required space.

Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 4fbd8d19
Loading
Loading
Loading
Loading
+9 −8
Original line number Diff line number Diff line
@@ -79,6 +79,7 @@ static const struct clk_div_table clk_table2[] = {
	{ .val = 1, .div = 4, },
	{ .val = 0, .div = 0, }, /* last entry */
};

static const struct clk_ops clk_double_div_ops;

#define PERIPH_GATE(_name, _bit)		\
@@ -303,6 +304,7 @@ static const struct of_device_id armada_3700_periph_clock_of_match[] = {
	.data = data_sb, },
	{ }
};

static int armada_3700_add_composite_clk(const struct clk_periph_data *data,
					 void __iomem *reg, spinlock_t *lock,
					 struct device *dev, struct clk_hw **hw)
@@ -407,7 +409,6 @@ static int armada_3700_periph_clock_probe(struct platform_device *pdev)
						  &driver_data->lock, dev, hw))
			dev_err(dev, "Can't register periph clock %s\n",
				data[i].name);

	}

	ret = of_clk_add_hw_provider(np, of_clk_hw_onecell_get,