Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180876
b: refs/heads/master
c: 68ea2d8
h: refs/heads/master
v: v3
  • Loading branch information
Robert P. J. Day authored and Grant Likely committed Jan 20, 2010
1 parent 029cdbd commit 97ce113
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: 358934a60d2180dcd1ed20691dbb66d4fb977ab2
refs/heads/master: 68ea2d82c3671d2eccb600e6871fcbec1cac7fca
2 changes: 1 addition & 1 deletion trunk/drivers/spi/spi_stmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ struct stmp_spi {
break; \
} \
cpu_relax(); \
} while (time_before(end_jiffies, jiffies)); \
} while (time_before(jiffies, end_jiffies)); \
succeeded; \
})

Expand Down

0 comments on commit 97ce113

Please sign in to comment.