dect
/
linux-2.6
Archived
13
0
Fork 0

[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:
Ben Dooks 2008-08-26 22:54:06 +01:00
parent 103895925f
commit 66592eee16
1 changed files with 1 additions and 1 deletions

View File

@ -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];