Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365216
b: refs/heads/master
c: 5c725b3
h: refs/heads/master
v: v3
  • Loading branch information
Matthias Brugger authored and Mark Brown committed Mar 26, 2013
1 parent 5c46b22 commit 49f01bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: b66c7730027509620ced3c7ebc84e28f623ebe9a
refs/heads/master: 5c725b34d438fdd3c528673a5f53f4b07f879c68
3 changes: 1 addition & 2 deletions trunk/drivers/spi/spi-s3c64xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,6 @@ static int s3c64xx_spi_unprepare_transfer(struct spi_master *spi)
}

static struct s3c64xx_spi_csinfo *s3c64xx_get_slave_ctrldata(
struct s3c64xx_spi_driver_data *sdd,
struct spi_device *spi)
{
struct s3c64xx_spi_csinfo *cs;
Expand Down Expand Up @@ -874,7 +873,7 @@ static int s3c64xx_spi_setup(struct spi_device *spi)

sdd = spi_master_get_devdata(spi->master);
if (!cs && spi->dev.of_node) {
cs = s3c64xx_get_slave_ctrldata(sdd, spi);
cs = s3c64xx_get_slave_ctrldata(spi);
spi->controller_data = cs;
}

Expand Down

0 comments on commit 49f01bd

Please sign in to comment.