projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1038959
)
[ARM] S3C24XX: pwm.c: stop debugging output
author
Ben Dooks
<ben-linux@fluff.org>
Tue, 26 Aug 2008 21:54:06 +0000
(22:54 +0100)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/arch/arm/plat-s3c24xx/pwm.c
b/arch/arm/plat-s3c24xx/pwm.c
index 3b6861936ddf387b7bb8de6adc86b6c5ffae2451..7a92c938542a6e4e59b652eca8d2f3287164a37e 100644
(file)
--- 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];