From e8b4e0be6db358ac0fcc78bfd85b043f98359c84 Mon Sep 17 00:00:00 2001 From: Alexy Gallardo Segura Date: Mon, 5 Oct 2015 15:52:43 -0400 Subject: [PATCH] disabling verbose in gpio driver fixup #1732 --- repos/os/src/drivers/gpio/spec/exynos4/driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/os/src/drivers/gpio/spec/exynos4/driver.h b/repos/os/src/drivers/gpio/spec/exynos4/driver.h index 3ae4c22c9..68a56902b 100644 --- a/repos/os/src/drivers/gpio/spec/exynos4/driver.h +++ b/repos/os/src/drivers/gpio/spec/exynos4/driver.h @@ -26,7 +26,7 @@ /* local includes */ #include -static int verbose = 1; +static int verbose = 0; namespace Gpio { class Odroid_x2_driver; }