Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299755
b: refs/heads/master
c: 88a3a25
h: refs/heads/master
i:
  299753: f0ae32e
  299751: 587dcaf
v: v3
  • Loading branch information
Florian Fainelli authored and Grant Likely committed Apr 27, 2012
1 parent 733de2e commit c7755bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1e41dc0ee2f3807328db95e4f87ff1333245190f
refs/heads/master: 88a3a255a510ed193bf0cc35424761c3c9247586
1 change: 1 addition & 0 deletions trunk/drivers/spi/spi-bcm63xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ static int __devinit bcm63xx_spi_probe(struct platform_device *pdev)
master->prepare_transfer_hardware = bcm63xx_spi_prepare_transfer;
master->unprepare_transfer_hardware = bcm63xx_spi_unprepare_transfer;
master->transfer_one_message = bcm63xx_spi_transfer_one;
master->mode_bits = MODEBITS;
bs->speed_hz = pdata->speed_hz;
bs->tx_io = (u8 *)(bs->regs + bcm63xx_spireg(SPI_MSG_DATA));
bs->rx_io = (const u8 *)(bs->regs + bcm63xx_spireg(SPI_RX_DATA));
Expand Down

0 comments on commit c7755bf

Please sign in to comment.