Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313360
b: refs/heads/master
c: 707214d
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Kukjin Kim committed Jul 19, 2012
1 parent d401ff5 commit 0ab0f6e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 49f3eacfcdab2e1cd381dc8e820bb6840787be00
refs/heads/master: 707214d097eb505fe067668838ae800260a064ba
3 changes: 2 additions & 1 deletion trunk/drivers/spi/spi-s3c64xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,8 @@ static int s3c64xx_spi_setup(struct spi_device *spi)
}

if (!spi_get_ctldata(spi)) {
err = gpio_request(cs->line, dev_name(&spi->dev));
err = gpio_request_one(cs->line, GPIOF_OUT_INIT_HIGH,
dev_name(&spi->dev));
if (err) {
dev_err(&spi->dev,
"Failed to get /CS gpio [%d]: %d\n",
Expand Down

0 comments on commit 0ab0f6e

Please sign in to comment.