Commit 66592eee authored by Ben Dooks's avatar Ben Dooks

[ARM] S3C24XX: pwm.c: stop debugging output

Move debugging output to dev_dbg() instead of dev_info().
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 10389592
......@@ -39,7 +39,7 @@ struct pwm_device {
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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment