Skip to content

Commit

Permalink
[ARM] S3C24XX: pwm.c: stop debugging output
Browse files Browse the repository at this point in the history
Move debugging output to dev_dbg() instead of dev_info().

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
  • Loading branch information
Ben Dooks committed Aug 26, 2008
1 parent 1038959 commit 66592ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/plat-s3c24xx/pwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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];

Expand Down

0 comments on commit 66592ee

Please sign in to comment.