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:
597a078
)
phonepad:modify mu509 shutdown time
author
qiuen
<qiuen@rock-chips.com>
Thu, 16 Feb 2012 09:52:28 +0000
(17:52 +0800)
committer
qiuen
<qiuen@rock-chips.com>
Thu, 16 Feb 2012 09:56:11 +0000
(17:56 +0800)
drivers/misc/mu509.c
patch
|
blob
|
history
diff --git
a/drivers/misc/mu509.c
b/drivers/misc/mu509.c
index d05e953373387bcf08dec51b6b36c9857a8163a3..c56e098eaec036556005822b1f0c8cb9c5b12d9d 100755
(executable)
--- a/
drivers/misc/mu509.c
+++ b/
drivers/misc/mu509.c
@@
-93,7
+93,6
@@
int modem_poweron_off(int on_off)
{
MODEMDBG("------------modem_poweroff\n");
gpio_set_value(pdata->bp_power, GPIO_LOW);
- msleep(2500);
gpio_set_value(pdata->bp_power, GPIO_HIGH);
msleep(2500);
gpio_set_value(pdata->bp_power, GPIO_LOW);