aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/device/crespo
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2012-07-05 22:38:29 +0200
committerPaul Kocialkowski <contact@paulk.fr>2012-07-05 22:38:29 +0200
commit1777a0ad0303e095b6e576bd2d9431d02226a191 (patch)
treea638bdc778fff739693be81863ec57d1e4a8c35d /samsung-ipc/device/crespo
parentbd70ecb8ad2c7ebdb1940a2088517032e849f0c3 (diff)
downloadexternal_libsamsung-ipc-1777a0ad0303e095b6e576bd2d9431d02226a191.zip
external_libsamsung-ipc-1777a0ad0303e095b6e576bd2d9431d02226a191.tar.gz
external_libsamsung-ipc-1777a0ad0303e095b6e576bd2d9431d02226a191.tar.bz2
XMM6260/Crespo: Fixed common_data_set_fd
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'samsung-ipc/device/crespo')
-rw-r--r--samsung-ipc/device/crespo/crespo_ipc.c2
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;
}