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

Commit aab0d83e authored by Bryan Wu's avatar Bryan Wu Committed by Linus Torvalds
Browse files

spi_bfin: use more useful GPIO labels



Use the SPI driver's name when requesting gpio lines.  When there are gpio
conflicts, this helps to narrow down the problems; "bfin-spi" is not
informative.

Signed-off-by: default avatarBryan Wu <bryan.wu@analog.com>
Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 8d20d0a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1176,7 +1176,7 @@ static int setup(struct spi_device *spi)
	if ((chip->chip_select_num > 0)
		&& (chip->chip_select_num <= spi->master->num_chipselect))
		peripheral_request(ssel[spi->master->bus_num]
			[chip->chip_select_num-1], DRV_NAME);
			[chip->chip_select_num-1], spi->modalias);

	cs_deactive(drv_data, chip);