Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74342
b: refs/heads/master
c: 65f97a5
h: refs/heads/master
v: v3
  • Loading branch information
David Brownell authored and Linus Torvalds committed Nov 29, 2007
1 parent ffbd69b commit c345372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8905a67c63ff3facadad10aa53a8bb159f3ace7b
refs/heads/master: 65f97a56944b797f5df714d677b541cca0829669
2 changes: 1 addition & 1 deletion trunk/drivers/spi/atmel_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ static int atmel_spi_setup(struct spi_device *spi)
/* chipselect must have been muxed as GPIO (e.g. in board setup) */
npcs_pin = (unsigned int)spi->controller_data;
if (!spi->controller_state) {
ret = gpio_request(npcs_pin, "spi_npcs");
ret = gpio_request(npcs_pin, spi->dev.bus_id);
if (ret)
return ret;
spi->controller_state = (void *)npcs_pin;
Expand Down

0 comments on commit c345372

Please sign in to comment.