aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/devices/galaxys2/galaxys2.c
diff options
context:
space:
mode:
Diffstat (limited to 'samsung-ipc/devices/galaxys2/galaxys2.c')
-rw-r--r--samsung-ipc/devices/galaxys2/galaxys2.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/samsung-ipc/devices/galaxys2/galaxys2.c b/samsung-ipc/devices/galaxys2/galaxys2.c
index f74d17c..2e6b037 100644
--- a/samsung-ipc/devices/galaxys2/galaxys2.c
+++ b/samsung-ipc/devices/galaxys2/galaxys2.c
@@ -77,7 +77,7 @@ int galaxys2_boot(struct ipc_client *client)
rc = xmm626_sec_modem_power(client, modem_boot_fd, 0);
rc |= xmm626_sec_modem_link_control_enable(modem_link_fd, 0);
- rc |= xmm626_sec_modem_hci_power(0);
+ rc |= xmm626_sec_modem_hci_power(client, 0);
rc |= xmm626_sec_modem_link_control_active(modem_link_fd, 0);
if (rc < 0) {
@@ -88,7 +88,7 @@ int galaxys2_boot(struct ipc_client *client)
rc = xmm626_sec_modem_power(client, modem_boot_fd, 1);
rc |= xmm626_sec_modem_link_control_enable(modem_link_fd, 1);
- rc |= xmm626_sec_modem_hci_power(1);
+ rc |= xmm626_sec_modem_hci_power(client, 1);
rc |= xmm626_sec_modem_link_control_active(modem_link_fd, 1);
if (rc < 0) {
@@ -180,7 +180,7 @@ int galaxys2_boot(struct ipc_client *client)
}
rc = xmm626_sec_modem_link_control_enable(modem_link_fd, 0);
- rc |= xmm626_sec_modem_hci_power(0);
+ rc |= xmm626_sec_modem_hci_power(client, 0);
rc |= xmm626_sec_modem_link_control_active(modem_link_fd, 0);
if (rc < 0) {
@@ -196,7 +196,7 @@ int galaxys2_boot(struct ipc_client *client)
ipc_client_log(client, "Waited for host wake");
rc = xmm626_sec_modem_link_control_enable(modem_link_fd, 1);
- rc |= xmm626_sec_modem_hci_power(1);
+ rc |= xmm626_sec_modem_hci_power(client, 1);
rc |= xmm626_sec_modem_link_control_active(modem_link_fd, 1);
if (rc < 0) {