diff options
author | Simon Busch <morphis@gravedo.de> | 2011-10-30 17:40:16 +0100 |
---|---|---|
committer | Simon Busch <morphis@gravedo.de> | 2011-10-30 17:40:16 +0100 |
commit | 84efd7c526b4c72165ec51a237360fb31a11d826 (patch) | |
tree | 3e1ceb96b5964f39f3b7db1161d942d0212eff7a | |
parent | 0308a183e84b144cdfd2dedda4d2fde73fbb6eb9 (diff) | |
download | external_libsamsung-ipc-84efd7c526b4c72165ec51a237360fb31a11d826.zip external_libsamsung-ipc-84efd7c526b4c72165ec51a237360fb31a11d826.tar.gz external_libsamsung-ipc-84efd7c526b4c72165ec51a237360fb31a11d826.tar.bz2 |
Comment some not compiling code in modemctrl tool
Signed-off-by: Simon Busch <morphis@gravedo.de>
-rw-r--r-- | tools/modemctrl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/modemctrl.c b/tools/modemctrl.c index 4d3db75..ff56c48 100644 --- a/tools/modemctrl.c +++ b/tools/modemctrl.c @@ -46,6 +46,7 @@ void print_help() int crespo_read_loop(struct ipc_client *client) { +#if 0 struct ipc_message_info resp; void *io_data = NULL; int fd = -1; @@ -75,6 +76,8 @@ int crespo_read_loop(struct ipc_client *client) free(resp.data); } } +#endif + return 0; } int modem_start(struct ipc_client *client) |