projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b2f0e0
)
regulator: rk29-pwm: sleep 10ms instead of 5ms
author
黄涛
<huangtao@rock-chips.com>
Tue, 25 Jan 2011 09:50:22 +0000
(17:50 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Tue, 25 Jan 2011 12:11:14 +0000
(20:11 +0800)
drivers/regulator/rk29-pwm-regulator.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/rk29-pwm-regulator.c
b/drivers/regulator/rk29-pwm-regulator.c
index 8b998eb5e9b6c4eba34742244aec996ae028abf7..4091dc3f92a7836752fab656da210d806bfe4b48 100644
(file)
--- a/
drivers/regulator/rk29-pwm-regulator.c
+++ b/
drivers/regulator/rk29-pwm-regulator.c
@@
-107,7
+107,7
@@
static int pwm_set_rate(struct pwm_platform_data *pdata,int nHz,u32 rate)
return -1;
\r
}
\r
\r
- msleep(
5
);
\r
+ msleep(
10
);
\r
\r
\r
return (0);
\r