Private
Public Access
2
0

maa: remove unnecessary printing

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2014-06-23 11:39:09 +01:00
parent d8c45bf6de
commit a5aeea4d04

View File

@@ -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) {