aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/device/maguro/maguro_ipc.c
diff options
context:
space:
mode:
Diffstat (limited to 'samsung-ipc/device/maguro/maguro_ipc.c')
-rw-r--r--samsung-ipc/device/maguro/maguro_ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samsung-ipc/device/maguro/maguro_ipc.c b/samsung-ipc/device/maguro/maguro_ipc.c
index fb4121d..19b5ba4 100644
--- a/samsung-ipc/device/maguro/maguro_ipc.c
+++ b/samsung-ipc/device/maguro/maguro_ipc.c
@@ -48,7 +48,7 @@ struct ipc_handlers maguro_default_handlers = {
.open = xmm6260_ipc_open,
.close = xmm6260_ipc_close,
.power_on = xmm6260_ipc_power_on,
- .power_off = xmm6260_ipc_power_off,
+ .power_off = maguro_power_off,
.common_data = NULL,
.common_data_create = xmm6260_ipc_common_data_create,
.common_data_destroy = xmm6260_ipc_common_data_destroy,