Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139281
b: refs/heads/master
c: 91ad120
h: refs/heads/master
i:
  139279: 8280a92
v: v3
  • Loading branch information
Roel Kluin authored and Linus Torvalds committed Apr 1, 2009
1 parent 3bcdd92 commit 5d52e1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: eb8972b4407f81b07ea6fc71fd91f9fc7a35a81e
refs/heads/master: 91ad1203535da95bb13072bdb59e1dc3ca76ec5d
4 changes: 2 additions & 2 deletions trunk/include/video/newport.h
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ static __inline__ int newport_wait(struct newport_regs *regs)
{
int t = BUSY_TIMEOUT;

while (t--)
while (--t)
if (!(regs->cset.status & NPORT_STAT_GBUSY))
break;
return !t;
Expand All @@ -463,7 +463,7 @@ static __inline__ int newport_bfwait(struct newport_regs *regs)
{
int t = BUSY_TIMEOUT;

while (t--)
while (--t)
if(!(regs->cset.status & NPORT_STAT_BBUSY))
break;
return !t;
Expand Down

0 comments on commit 5d52e1a

Please sign in to comment.