Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307650
b: refs/heads/master
c: 067aa48
h: refs/heads/master
v: v3
  • Loading branch information
Herton Ronaldo Krzesinski authored and Grant Likely committed May 20, 2012
1 parent 0e5526a commit 360ac01
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: bc98d13f5cce1b617305966c3e95f7b2e62aa820
refs/heads/master: 067aa4815a9bc12a569d8a06afef50ba5773afbf
2 changes: 1 addition & 1 deletion trunk/drivers/spi/spi-fsl-spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ static struct spi_master * __devinit fsl_spi_probe(struct device *dev,

static void fsl_spi_cs_control(struct spi_device *spi, bool on)
{
struct device *dev = spi->dev.parent;
struct device *dev = spi->dev.parent->parent;
struct mpc8xxx_spi_probe_info *pinfo = to_of_pinfo(dev->platform_data);
u16 cs = spi->chip_select;
int gpio = pinfo->gpios[cs];
Expand Down

0 comments on commit 360ac01

Please sign in to comment.