summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattis fjallstrom <mattis@acm.org>2015-09-16 16:15:38 -0700
committermattis fjallstrom <mattis@acm.org>2015-09-16 16:15:38 -0700
commitb9529fff04690748d30022b165372ffe51f89dee (patch)
treeba394ba76f055f10c65b820f7e610e1afc6c7832
parent46879066af228b71937b9146a6ddd6906f2231f3 (diff)
downloadolio-linux-3.10-b9529fff04690748d30022b165372ffe51f89dee.tar.xz
olio-linux-3.10-b9529fff04690748d30022b165372ffe51f89dee.zip
Removing some of the most frequent debug messages.
Change-Id: I1a1742ca75ce9eac22b70360e11566ff5df11745
-rw-r--r--drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_buffer.c3
-rw-r--r--drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_trigger.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_buffer.c b/drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_buffer.c
index 2789d0dbd67..f28fa07270f 100644
--- a/drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_buffer.c
+++ b/drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_buffer.c
@@ -7,7 +7,8 @@
*
* Licensed under the GPL-2.
*/
-#define DEBUG
+
+/* #define DEBUG */
#include <linux/module.h>
#include <linux/kernel.h>
diff --git a/drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_trigger.c b/drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_trigger.c
index 905ad01a9bd..d4106ad5071 100644
--- a/drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_trigger.c
+++ b/drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_trigger.c
@@ -8,7 +8,7 @@
* Licensed under the GPL-2.
*/
-#define DEBUG //TODO: remove
+/* #define DEBUG */
#include <linux/kernel.h>
#include <linux/device.h>