Browse Source

[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>
Ben Dooks 17 years ago
parent
commit
66592eee16
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/plat-s3c24xx/pwm.c

+ 1 - 1
arch/arm/plat-s3c24xx/pwm.c

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