]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[ARM] S3C24XX: pwm.c: stop debugging output
authorBen Dooks <ben-linux@fluff.org>
Tue, 26 Aug 2008 21:54:06 +0000 (22:54 +0100)
committerBen Dooks <ben-linux@fluff.org>
Tue, 26 Aug 2008 21:56:21 +0000 (22:56 +0100)
Move debugging output to dev_dbg() instead of dev_info().

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/plat-s3c24xx/pwm.c

index 3b6861936ddf387b7bb8de6adc86b6c5ffae2451..7a92c938542a6e4e59b652eca8d2f3287164a37e 100644 (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];