From: Ben Dooks Date: Tue, 26 Aug 2008 21:54:06 +0000 (+0100) Subject: [ARM] S3C24XX: pwm.c: stop debugging output X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=66592eee16eaede05734ecc6fef797dafd2c6a12;p=linux-beck.git [ARM] S3C24XX: pwm.c: stop debugging output Move debugging output to dev_dbg() instead of dev_info(). Signed-off-by: Ben Dooks --- diff --git a/arch/arm/plat-s3c24xx/pwm.c b/arch/arm/plat-s3c24xx/pwm.c index 3b6861936ddf..7a92c938542a 100644 --- a/arch/arm/plat-s3c24xx/pwm.c +++ b/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];