Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fad8f9c0 authored by Mark Brown's avatar Mark Brown
Browse files

Merge branch 'spi-fix-s3c64xx' into spi-next

parents 70324494 45e50338
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1112,7 +1112,7 @@ static int s3c64xx_spi_parse_dt_gpio(struct s3c64xx_spi_driver_data *sdd)
			dev_err(dev, "invalid gpio[%d]: %d\n", idx, gpio);
			goto free_gpio;
		}

		sdd->gpios[idx] = gpio;
		ret = gpio_request(gpio, "spi-bus");
		if (ret) {
			dev_err(dev, "gpio [%d] request failed: %d\n",