Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328624
b: refs/heads/master
c: c895db0
h: refs/heads/master
v: v3
  • Loading branch information
Marek Vasut authored and Mark Brown committed Aug 27, 2012
1 parent c934285 commit 05f9a91
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 4ad1e5b5d1dde19f09e728ba8b5164968f9dabeb
refs/heads/master: c895db0fb2c9e77fd94ba7995e2a01652a91910c
4 changes: 3 additions & 1 deletion trunk/drivers/spi/spi-mxs.c
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,10 @@ static int mxs_spi_transfer_one(struct spi_master *master,
}

m->actual_length += t->len;
if (status)
if (status) {
stmp_reset_block(ssp->base);
break;
}

first = last = 0;
}
Expand Down

0 comments on commit 05f9a91

Please sign in to comment.