Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 365207
b: refs/heads/master
c: ef9ed4b
h: refs/heads/master
i:
  365205: 18977b6
  365203: b0ad556
  365199: a342b1f
v: v3
  • Loading branch information
Jonas Gorski authored and Mark Brown committed Mar 12, 2013
1 parent c12bcb3 commit 3e21d27
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: 4fbb82a76db3ef0ec8f5d2e01e288b7821eff687
refs/heads/master: ef9ed4b9c9de59eb3f2215b4773990159af92dc1
6 changes: 0 additions & 6 deletions trunk/drivers/spi/spi-bcm63xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,6 @@ static int bcm63xx_spi_setup(struct spi_device *spi)
if (!spi->bits_per_word)
spi->bits_per_word = 8;

if (spi->mode & ~MODEBITS) {
dev_err(&spi->dev, "%s, unsupported mode bits %x\n",
__func__, spi->mode & ~MODEBITS);
return -EINVAL;
}

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 3e21d27

Please sign in to comment.