Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180886
b: refs/heads/master
c: b490e37
h: refs/heads/master
v: v3
  • Loading branch information
Feng Tang authored and Grant Likely committed Jan 20, 2010
1 parent 57e41d0 commit 96beb2a
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: fa0fcde66ac3360678360104b24492015e7b852b
refs/heads/master: b490e3704ccee12deb295f96029d68e0daf02feb
2 changes: 1 addition & 1 deletion trunk/drivers/spi/dw_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ static inline void mrst_spi_debugfs_remove(struct dw_spi *dws)

static void wait_till_not_busy(struct dw_spi *dws)
{
unsigned long end = jiffies + usecs_to_jiffies(1000);
unsigned long end = jiffies + 1 + usecs_to_jiffies(1000);

while (time_before(jiffies, end)) {
if (!(dw_readw(dws, sr) & SR_BUSY))
Expand Down

0 comments on commit 96beb2a

Please sign in to comment.