From: qiuen Date: Thu, 16 Feb 2012 09:52:28 +0000 (+0800) Subject: phonepad:modify mu509 shutdown time X-Git-Tag: firefly_0821_release~9619 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f66b133848468585a2fac0cb2b8f237aa874ba55;p=firefly-linux-kernel-4.4.55.git phonepad:modify mu509 shutdown time --- diff --git a/drivers/misc/mu509.c b/drivers/misc/mu509.c index d05e95337338..c56e098eaec0 100755 --- 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);