aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc
diff options
context:
space:
mode:
authorAlexander Tarasikov <alexander.tarasikov@gmail.com>2012-08-26 05:31:53 +0400
committerAlexander Tarasikov <alexander.tarasikov@gmail.com>2012-08-26 05:31:53 +0400
commit5def3bc80313b3ab2690f2d84341227f76d2b7cf (patch)
treeb5fc55517550b93c58b4e460ab9629d21c35b628 /samsung-ipc
parent10fab96f7de11533ff70b3bfcb7beb1ba8ad4a82 (diff)
downloadexternal_libsamsung-ipc-5def3bc80313b3ab2690f2d84341227f76d2b7cf.zip
external_libsamsung-ipc-5def3bc80313b3ab2690f2d84341227f76d2b7cf.tar.gz
external_libsamsung-ipc-5def3bc80313b3ab2690f2d84341227f76d2b7cf.tar.bz2
Revert "Add a delay to maguro fw loader to work around buggy init"
The real cause of call failure was samsung-ril-client This delay is not needed
Diffstat (limited to 'samsung-ipc')
-rw-r--r--samsung-ipc/device/maguro/maguro_loader.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/samsung-ipc/device/maguro/maguro_loader.c b/samsung-ipc/device/maguro/maguro_loader.c
index 0ee71a0..cd1e1ac 100644
--- a/samsung-ipc/device/maguro/maguro_loader.c
+++ b/samsung-ipc/device/maguro/maguro_loader.c
@@ -819,8 +819,6 @@ int maguro_modem_bootstrap(struct ipc_client *client)
ipc_client_log(client, "Modem is online!");
ret = 0;
- usleep(500 * 1000);
-
fail:
if (io_data.radio_data != MAP_FAILED) {
munmap(io_data.radio_data, RADIO_MAP_SIZE);