Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350768
b: refs/heads/master
c: f1e8fc9
h: refs/heads/master
v: v3
  • Loading branch information
Gabor Juhos authored and Grant Likely committed Feb 5, 2013
1 parent 334d07b commit ef30619
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 72611db0eef21f4456d79ba302af4b34ea384f30
refs/heads/master: f1e8fc9898fd8ca78b7438d3c2e60028d3ae2a34
6 changes: 0 additions & 6 deletions trunk/drivers/spi/spi-ath79.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,6 @@ static int ath79_spi_setup_cs(struct spi_device *spi)
gpio_free(cdata->gpio);
return status;
}
} else {
if (spi->mode & SPI_CS_HIGH)
sp->ioc_base |= AR71XX_SPI_IOC_CS0;
else
sp->ioc_base &= ~AR71XX_SPI_IOC_CS0;
ath79_spi_wr(sp, AR71XX_SPI_REG_IOC, sp->ioc_base);
}

return 0;
Expand Down

0 comments on commit ef30619

Please sign in to comment.