diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-08-26 17:54:06 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-08-26 17:56:21 -0400 |
commit | 66592eee16eaede05734ecc6fef797dafd2c6a12 (patch) | |
tree | 3e4ccf6c254bab0a77d18f2697688fc08a82a445 | |
parent | 103895925fbee5bd612ce2217f619df717aa1bda (diff) |
[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>
-rw-r--r-- | arch/arm/plat-s3c24xx/pwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
39 | unsigned char pwm_id; | 39 | unsigned char pwm_id; |
40 | }; | 40 | }; |
41 | 41 | ||
42 | #define pwm_dbg(_pwm, msg...) dev_info(&(_pwm)->pdev->dev, msg) | 42 | #define pwm_dbg(_pwm, msg...) dev_dbg(&(_pwm)->pdev->dev, msg) |
43 | 43 | ||
44 | static struct clk *clk_scaler[2]; | 44 | static struct clk *clk_scaler[2]; |
45 | 45 | ||