maa: remove unnecessary printing
authorThomas Ingleby <thomas.c.ingleby@intel.com>
Mon, 23 Jun 2014 10:39:09 +0000 (11:39 +0100)
committerThomas Ingleby <thomas.c.ingleby@intel.com>
Mon, 23 Jun 2014 10:39:09 +0000 (11:39 +0100)
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
src/maa.c

index 4c09c83..330f3b4 100644 (file)
--- a/src/maa.c
+++ b/src/maa.c
@@ -386,7 +386,6 @@ maa_swap_complex_gpio(int pin, int out)
 
     switch (platform_type) {
         case MAA_INTEL_GALILEO_GEN2:
-            printf("Intel Galileo Gen 2\n");
             if (plat->pins[pin].gpio.complex_cap.complex_pin != 1)
                 return MAA_SUCCESS;
             if (plat->pins[pin].gpio.complex_cap.output_en == 1) {