summaryrefslogtreecommitdiffstats
path: root/libsensors/akmdfs/AKFS_Common.h
diff options
context:
space:
mode:
authorJavi Ferrer <javi.f.o@gmail.com>2015-05-12 19:40:59 +0200
committerforkbomb <keepcalm444@gmail.com>2015-11-25 08:33:40 +1100
commit948970715990bde9caf07377f928530848d19a36 (patch)
tree8ed27e6116225749dab0ac6de29b640e9617bfab /libsensors/akmdfs/AKFS_Common.h
parentef3bca4b0959df074d5b0867b95699c330b5779e (diff)
downloaddevice_samsung_i9300-948970715990bde9caf07377f928530848d19a36.zip
device_samsung_i9300-948970715990bde9caf07377f928530848d19a36.tar.gz
device_samsung_i9300-948970715990bde9caf07377f928530848d19a36.tar.bz2
i9300: update libsensors from replicant
- Orientation sensor still broken Change-Id: I7d20afbbc1f8b1ca5d046a38c0c3b7ce824c12cd
Diffstat (limited to 'libsensors/akmdfs/AKFS_Common.h')
-rw-r--r--libsensors/akmdfs/AKFS_Common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsensors/akmdfs/AKFS_Common.h b/libsensors/akmdfs/AKFS_Common.h
index 53eabf9..7780801 100644
--- a/libsensors/akmdfs/AKFS_Common.h
+++ b/libsensors/akmdfs/AKFS_Common.h
@@ -40,7 +40,7 @@
#include <string.h> /* memset */
#include <unistd.h>
#include <stdarg.h> /* va_list */
-#include <utils/Log.h> /* LOGV */
+#include <utils/Log.h> /* ALOGV */
#include <errno.h> /* errno */
#endif
@@ -118,7 +118,7 @@
/***** Log output ********************************************/
#ifdef AKM_LOG_ENABLE
-#define AKM_LOG(format, ...) LOGD((format), ##__VA_ARGS__)
+#define AKM_LOG(format, ...) ALOGD((format), ##__VA_ARGS__)
#else
#define AKM_LOG(format, ...)
#endif