Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166675
b: refs/heads/master
c: d1c627b
h: refs/heads/master
i:
  166673: a980717
  166671: 6d9bfda
v: v3
  • Loading branch information
Uwe Kleine-König authored and Linus Torvalds committed Oct 1, 2009
1 parent f1d7c9d commit e8164f2
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: 4388eb11351660c7688a4756aa6da99bfb4bc129
refs/heads/master: d1c627b59c8e69d40b94a4ff28a582a84c6a95a3
1 change: 1 addition & 0 deletions trunk/drivers/spi/spi_imx.c
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ static int spi_imx_setupxfer(struct spi_device *spi,
config.bpw = t ? t->bits_per_word : spi->bits_per_word;
config.speed_hz = t ? t->speed_hz : spi->max_speed_hz;
config.mode = spi->mode;
config.cs = spi_imx->chipselect[spi->chip_select];

if (!config.speed_hz)
config.speed_hz = spi->max_speed_hz;
Expand Down

0 comments on commit e8164f2

Please sign in to comment.