aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/device/crespo
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2013-07-01 15:42:09 +0200
committerPaul Kocialkowski <contact@paulk.fr>2013-07-01 15:42:09 +0200
commiteb9cffa5d60cdc037d4a8397e8cc690f00bc4990 (patch)
tree4774f15a5a3b11c4c8e174c171fab558e42f9b14 /samsung-ipc/device/crespo
parenta795a6f7372dd32af03c07124dcc2fb490e5539b (diff)
downloadexternal_libsamsung-ipc-eb9cffa5d60cdc037d4a8397e8cc690f00bc4990.zip
external_libsamsung-ipc-eb9cffa5d60cdc037d4a8397e8cc690f00bc4990.tar.gz
external_libsamsung-ipc-eb9cffa5d60cdc037d4a8397e8cc690f00bc4990.tar.bz2
xmm6160: Rename modem_image to firmware to avoid confusion
Change-Id: I82bd09250192c47e3a5f43ead4bce2a899e484b4 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'samsung-ipc/device/crespo')
-rw-r--r--samsung-ipc/device/crespo/crespo_ipc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/samsung-ipc/device/crespo/crespo_ipc.c b/samsung-ipc/device/crespo/crespo_ipc.c
index cd8777f..81a095d 100644
--- a/samsung-ipc/device/crespo/crespo_ipc.c
+++ b/samsung-ipc/device/crespo/crespo_ipc.c
@@ -95,12 +95,12 @@ int crespo_ipc_bootstrap(struct ipc_client *client)
lseek(modem_ctl_fd, 0, SEEK_SET);
- rc = xmm6160_modem_image_send(client, modem_ctl_fd, NULL, (void *) p, CRESPO_MODEM_IMAGE_SIZE - CRESPO_PSI_SIZE);
+ rc = xmm6160_firmware_send(client, modem_ctl_fd, NULL, (void *) p, CRESPO_MODEM_IMAGE_SIZE - CRESPO_PSI_SIZE);
if (rc < 0) {
- ipc_client_log(client, "Sending XMM6160 modem image failed");
+ ipc_client_log(client, "Sending XMM6160 firmware failed");
goto error;
}
- ipc_client_log(client, "Sent XMM6160 modem image");
+ ipc_client_log(client, "Sent XMM6160 firmware");
lseek(modem_ctl_fd, CRESPO_MODEM_CTL_NV_DATA_OFFSET, SEEK_SET);