summaryrefslogtreecommitdiffstats
path: root/libsensors/cm36651_proximity.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsensors/cm36651_proximity.c')
-rw-r--r--libsensors/cm36651_proximity.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsensors/cm36651_proximity.c b/libsensors/cm36651_proximity.c
index b102f9a..6529543 100644
--- a/libsensors/cm36651_proximity.c
+++ b/libsensors/cm36651_proximity.c
@@ -147,9 +147,9 @@ int cm36651_proximity_deactivate(struct smdk4x12_sensors_handlers *handlers)
return 0;
}
-int cm36651_proximity_set_delay(struct smdk4x12_sensors_handlers *handlers, long int delay)
+int cm36651_proximity_set_delay(struct smdk4x12_sensors_handlers *handlers, int64_t delay)
{
- ALOGD("%s(%p, %ld)", __func__, handlers, delay);
+ ALOGD("%s(%p, %" PRId64 ")", __func__, handlers, delay);
return 0;
}