Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166673
b: refs/heads/master
c: 3910f2c
h: refs/heads/master
i:
  166671: 6d9bfda
v: v3
  • Loading branch information
Sascha Hauer authored and Linus Torvalds committed Oct 1, 2009
1 parent 45bf849 commit a980717
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: 6c23e5d43313a829fc4d07fa43a1f853f288b45f
refs/heads/master: 3910f2cff90f447e37d32f8f7d60566042b8bdbe
1 change: 1 addition & 0 deletions trunk/drivers/spi/spi_imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@ static int __init spi_imx_probe(struct platform_device *pdev)
spi_imx->bitbang.txrx_bufs = spi_imx_transfer;
spi_imx->bitbang.master->setup = spi_imx_setup;
spi_imx->bitbang.master->cleanup = spi_imx_cleanup;
spi_imx->bitbang.master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH;

init_completion(&spi_imx->xfer_done);

Expand Down

0 comments on commit a980717

Please sign in to comment.