Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343616
b: refs/heads/master
c: b308fb2
h: refs/heads/master
v: v3
  • Loading branch information
Florian Fainelli authored and Mark Brown committed Oct 17, 2012
1 parent c105538 commit 206fc61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: 965199573a9a50dae82ada92eb2b808b739ce949
refs/heads/master: b308fb208e23c3e765cefa45eb868c40c5b9c3e7
7 changes: 0 additions & 7 deletions trunk/drivers/spi/spi-bcm63xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,6 @@ static int bcm63xx_spi_setup(struct spi_device *spi)
return -EINVAL;
}

ret = bcm63xx_spi_check_transfer(spi, NULL);
if (ret < 0) {
dev_err(&spi->dev, "setup: unsupported mode bits %x\n",
spi->mode & ~MODEBITS);
return ret;
}

dev_dbg(&spi->dev, "%s, mode %d, %u bits/w, %u nsec/bit\n",
__func__, spi->mode & MODEBITS, spi->bits_per_word, 0);

Expand Down

0 comments on commit 206fc61

Please sign in to comment.