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:
committed by
Greg Kroah-Hartman
parent
60c47c62f0
commit
b6461b53e7
@ -239,6 +239,7 @@ static int clk_wzrd_probe(struct platform_device *pdev)
|
|||||||
/* register div per output */
|
/* register div per output */
|
||||||
for (i = WZRD_NUM_OUTPUTS - 1; i >= 0 ; i--) {
|
for (i = WZRD_NUM_OUTPUTS - 1; i >= 0 ; i--) {
|
||||||
const char *clkout_name;
|
const char *clkout_name;
|
||||||
|
|
||||||
if (of_property_read_string_index(np, "clock-output-names", i,
|
if (of_property_read_string_index(np, "clock-output-names", i,
|
||||||
&clkout_name)) {
|
&clkout_name)) {
|
||||||
dev_err(&pdev->dev,
|
dev_err(&pdev->dev,
|
||||||
|
Reference in New Issue
Block a user