aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/devices/n5100/n5100.c
diff options
context:
space:
mode:
Diffstat (limited to 'samsung-ipc/devices/n5100/n5100.c')
-rw-r--r--samsung-ipc/devices/n5100/n5100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samsung-ipc/devices/n5100/n5100.c b/samsung-ipc/devices/n5100/n5100.c
index 0abe896..303d175 100644
--- a/samsung-ipc/devices/n5100/n5100.c
+++ b/samsung-ipc/devices/n5100/n5100.c
@@ -149,7 +149,7 @@ int n5100_boot(struct ipc_client *client)
}
ipc_client_log(client, "Sent XMM626 HSIC firmware");
- rc = xmm626_hsic_nv_data_send(client, modem_boot_fd);
+ rc = xmm626_kernel_smdk4412_nv_data_send(client, modem_boot_fd);
if (rc < 0) {
ipc_client_log(client, "Sending XMM626 HSIC nv_data failed");
goto error;