maa: remove unnecessary printing
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
@@ -386,7 +386,6 @@ maa_swap_complex_gpio(int pin, int out)
|
|||||||
|
|
||||||
switch (platform_type) {
|
switch (platform_type) {
|
||||||
case MAA_INTEL_GALILEO_GEN2:
|
case MAA_INTEL_GALILEO_GEN2:
|
||||||
printf("Intel Galileo Gen 2\n");
|
|
||||||
if (plat->pins[pin].gpio.complex_cap.complex_pin != 1)
|
if (plat->pins[pin].gpio.complex_cap.complex_pin != 1)
|
||||||
return MAA_SUCCESS;
|
return MAA_SUCCESS;
|
||||||
if (plat->pins[pin].gpio.complex_cap.output_en == 1) {
|
if (plat->pins[pin].gpio.complex_cap.output_en == 1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user