Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210628
b: refs/heads/master
c: 9d8f86b
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown authored and Grant Likely committed Sep 8, 2010
1 parent 6f9fae5 commit 5ad2c32
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: d2a787fc57142ba8757142f1569603b4d0b714a4
refs/heads/master: 9d8f86b56093d7b06d81d4063d5b9a4cbf887e75
2 changes: 1 addition & 1 deletion trunk/drivers/spi/spi_s3c64xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ static int wait_for_xfer(struct s3c64xx_spi_driver_data *sdd,

/* millisecs to xfer 'len' bytes @ 'cur_speed' */
ms = xfer->len * 8 * 1000 / sdd->cur_speed;
ms += 5; /* some tolerance */
ms += 10; /* some tolerance */

if (dma_mode) {
val = msecs_to_jiffies(ms) + 10;
Expand Down

0 comments on commit 5ad2c32

Please sign in to comment.