aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/devices/galaxys2/galaxys2.c
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-07-17 03:16:27 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-10-06 18:17:38 +0200
commit79d6370638a137473a41573132cd8d66e32d90a1 (patch)
treedfe0910be5303269681fb02617c6daf03ca8aa18 /samsung-ipc/devices/galaxys2/galaxys2.c
parent57806cd84ee862203dd397326dc0e0fc7c430b74 (diff)
downloadhardware_replicant_libsamsung-ipc-79d6370638a137473a41573132cd8d66e32d90a1.tar.gz
hardware_replicant_libsamsung-ipc-79d6370638a137473a41573132cd8d66e32d90a1.tar.bz2
hardware_replicant_libsamsung-ipc-79d6370638a137473a41573132cd8d66e32d90a1.zip
modems: xmm626: unify xmm626_{hsic/mipi}_nv_data_send
These two functions are now identical so it makes no sense to keep them both. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'samsung-ipc/devices/galaxys2/galaxys2.c')
-rw-r--r--samsung-ipc/devices/galaxys2/galaxys2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samsung-ipc/devices/galaxys2/galaxys2.c b/samsung-ipc/devices/galaxys2/galaxys2.c
index cdfe20c..c13c572 100644
--- a/samsung-ipc/devices/galaxys2/galaxys2.c
+++ b/samsung-ipc/devices/galaxys2/galaxys2.c
@@ -158,7 +158,7 @@ int galaxys2_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;