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

Commit b6461b53 authored by Athira Lekshmi's avatar Athira Lekshmi Committed by Greg Kroah-Hartman
Browse files

Clocking-wizard: Fixed missing blank line warning



Added a new line after declaration to remove the warning
'Missing a blank line after declarations'

Signed-off-by: default avatarAthira Lekshmi <andnlnbn18@gmail.com>
Acked-by: default avatarSoren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 60c47c62
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -239,6 +239,7 @@ static int clk_wzrd_probe(struct platform_device *pdev)
	/* register div per output */
	for (i = WZRD_NUM_OUTPUTS - 1; i >= 0 ; i--) {
		const char *clkout_name;

		if (of_property_read_string_index(np, "clock-output-names", i,
						  &clkout_name)) {
			dev_err(&pdev->dev,