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

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

spi/gpio: Fix stub for spi_gpio_probe_dt()



The gpio_ was missing from the name.  Add a name for the parameter while
we're at it since GCC warns.

Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 78bfee0e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -386,7 +386,7 @@ error_free:
	return ret;
}
#else
static inline int spi_probe_dt(struct platform_device *)
static inline int spi_gpio_probe_dt(struct platform_device *pdev)
{
	return 0;
}