Skip to content

Commit

Permalink
clk: clk-s2mps11: fix semicolon.cocci warnings
Browse files Browse the repository at this point in the history
drivers/clk/clk-s2mps11.c:181:2-3: Unneeded semicolon

 Removes unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

CC: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
  • Loading branch information
kbuild test robot authored and Michael Turquette committed Nov 26, 2014
1 parent b082915 commit 250d07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clk/clk-s2mps11.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ static int s2mps11_clk_probe(struct platform_device *pdev)
default:
dev_err(&pdev->dev, "Invalid device type\n");
return -EINVAL;
};
}

/* Store clocks of_node in first element of s2mps11_clks array */
s2mps11_clks->clk_np = s2mps11_clk_parse_dt(pdev, clks_init);
Expand Down

0 comments on commit 250d07d

Please sign in to comment.