Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192162
b: refs/heads/master
c: 7632fba
h: refs/heads/master
v: v3
  • Loading branch information
Haley Teng authored and Daniel Walker committed May 12, 2010
1 parent b687bc4 commit 493ae44
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: 37521a3181123dc4a9584cc4b8572c08ea0a8274
refs/heads/master: 7632fba05197999fb0d24776b567682ebd62f62a
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-msm/smd.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ static void ch_read_done(struct smd_channel *ch, unsigned count)
{
BUG_ON(count > smd_stream_read_avail(ch));
ch->recv->tail = (ch->recv->tail + count) & ch->fifo_mask;
ch->recv->fTAIL = 1;
ch->send->fTAIL = 1;
}

/* basic read interface to ch_read_{buffer,done} used
Expand Down

0 comments on commit 493ae44

Please sign in to comment.