Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328629
b: refs/heads/master
c: 727c10e
h: refs/heads/master
i:
  328627: 400126b
v: v3
  • Loading branch information
Marek Vasut authored and Mark Brown committed Sep 5, 2012
1 parent dd62427 commit c778b43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 204e706fa2ac1a62ff6423039945eb567c6c7efc
refs/heads/master: 727c10e3e54c4404f6842d246b15fe3703d33556
2 changes: 1 addition & 1 deletion trunk/drivers/spi/spi-mxs.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ static int mxs_spi_transfer_one(struct spi_master *master,
* DMA only: 2.164808 seconds, 473.0KB/s
* Combined: 1.676276 seconds, 610.9KB/s
*/
if (t->len <= 256) {
if (t->len < 32) {
writel(BM_SSP_CTRL1_DMA_ENABLE,
ssp->base + HW_SSP_CTRL1(ssp) +
STMP_OFFSET_REG_CLR);
Expand Down

0 comments on commit c778b43

Please sign in to comment.