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 năm trước cách đây
mục cha
commit
66592eee16
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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];