diff options
Diffstat (limited to 'samsung-ipc/device/crespo/crespo_ipc.c')
-rw-r--r-- | samsung-ipc/device/crespo/crespo_ipc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samsung-ipc/device/crespo/crespo_ipc.c b/samsung-ipc/device/crespo/crespo_ipc.c index 5bf6268..502da21 100644 --- a/samsung-ipc/device/crespo/crespo_ipc.c +++ b/samsung-ipc/device/crespo/crespo_ipc.c @@ -638,7 +638,7 @@ int crespo_ipc_common_data_set_fd(void *io_data, int fd) return -1; common_data = (int *) io_data; - common_data = &fd; + *common_data = fd; return 0; } |