diff options
author | Simon Busch <morphis@gravedo.de> | 2012-02-03 20:39:07 +0100 |
---|---|---|
committer | Simon Busch <morphis@gravedo.de> | 2012-02-03 20:39:07 +0100 |
commit | 303fbc0cd4430fdf656c711a0060cbc07ff6556c (patch) | |
tree | a7ccd3957ee906265d08289ea574c55d341be668 /tools | |
parent | e8bec379a346442f3719eb3e76fbf79697622754 (diff) | |
download | external_libsamsung-ipc-303fbc0cd4430fdf656c711a0060cbc07ff6556c.zip external_libsamsung-ipc-303fbc0cd4430fdf656c711a0060cbc07ff6556c.tar.gz external_libsamsung-ipc-303fbc0cd4430fdf656c711a0060cbc07ff6556c.tar.bz2 |
Adjust for recent changes to device creation structure
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/modemctrl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/modemctrl.c b/tools/modemctrl.c index d96a751..891bfd7 100644 --- a/tools/modemctrl.c +++ b/tools/modemctrl.c @@ -528,7 +528,6 @@ int main(int argc, char *argv[]) } } - ipc_init(); client_fmt = ipc_client_new(IPC_CLIENT_TYPE_FMT); if (client_fmt == 0) { @@ -577,7 +576,6 @@ int main(int argc, char *argv[]) modem_quit: if (client_fmt != 0) ipc_client_free(client_fmt); - ipc_shutdown(); return 0; } |