diff options
Diffstat (limited to 'arch/arm/mach-msm/smd.c')
-rw-r--r-- | arch/arm/mach-msm/smd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-msm/smd.c b/arch/arm/mach-msm/smd.c index a88a8fc05f86..3fbba444e99c 100644 --- a/arch/arm/mach-msm/smd.c +++ b/arch/arm/mach-msm/smd.c | |||
@@ -246,7 +246,7 @@ static void ch_read_done(struct smd_channel *ch, unsigned count) | |||
246 | { | 246 | { |
247 | BUG_ON(count > smd_stream_read_avail(ch)); | 247 | BUG_ON(count > smd_stream_read_avail(ch)); |
248 | ch->recv->tail = (ch->recv->tail + count) & ch->fifo_mask; | 248 | ch->recv->tail = (ch->recv->tail + count) & ch->fifo_mask; |
249 | ch->recv->fTAIL = 1; | 249 | ch->send->fTAIL = 1; |
250 | } | 250 | } |
251 | 251 | ||
252 | /* basic read interface to ch_read_{buffer,done} used | 252 | /* basic read interface to ch_read_{buffer,done} used |