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: Athira Lekshmi <andnlnbn18@gmail.com> Acked-by: Soren Brinkmann <soren.brinkmann@xilinx.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
60c47c62f0
commit
b6461b53e7
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue