Fixes: .../altera_serial.c:84:6: error: void value not ignored as it ought to be Signed-off-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx> --- drivers/firmware/altera_serial.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/firmware/altera_serial.c b/drivers/firmware/altera_serial.c index 23ba3b00a478..232f1a682619 100644 --- a/drivers/firmware/altera_serial.c +++ b/drivers/firmware/altera_serial.c @@ -81,9 +81,7 @@ static int altera_spi_open(struct firmware_handler *fh) } /* arm the FPGA to await its new firmware */ - ret = gpio_set_value(this->nconfig_gpio, 1); - if (ret) - return ret; + gpio_set_value(this->nconfig_gpio, 1); /* once again, we might need padding the data */ this->padding_done = false; -- 2.1.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox