提交 2f9569f7 编写于 作者: T Tony Prisk 提交者: Thierry Reding

pwm: vt8500: Fix build error

A missing '{' causes a build error in pwm-vt8500.c
Signed-off-by: NTony Prisk <linux@prisktech.co.nz>
Signed-off-by: NThierry Reding <thierry.reding@avionic-design.de>
上级 c9371360
......@@ -100,7 +100,7 @@ static int vt8500_pwm_enable(struct pwm_chip *chip, struct pwm_device *pwm)
struct vt8500_chip *vt8500 = to_vt8500_chip(chip);
err = clk_enable(vt8500->clk);
if (err < 0)
if (err < 0) {
dev_err(chip->dev, "failed to enable clock\n");
return err;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册