mirror of https://gitee.com/openkylin/linux.git
[ARM] S3C24XX: pwm.c: stop debugging output
Move debugging output to dev_dbg() instead of dev_info(). Signed-off-by: Ben Dooks <ben-linux@fluff.org>
This commit is contained in:
parent
103895925f
commit
66592eee16
|
@ -39,7 +39,7 @@ struct pwm_device {
|
||||||
unsigned char pwm_id;
|
unsigned char pwm_id;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define pwm_dbg(_pwm, msg...) dev_info(&(_pwm)->pdev->dev, msg)
|
#define pwm_dbg(_pwm, msg...) dev_dbg(&(_pwm)->pdev->dev, msg)
|
||||||
|
|
||||||
static struct clk *clk_scaler[2];
|
static struct clk *clk_scaler[2];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue