Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 241836
b: refs/heads/master
c: 2b97e22
h: refs/heads/master
v: v3
  • Loading branch information
iceberg authored and Mauro Carvalho Chehab committed Mar 21, 2011
1 parent dc8e0e7 commit 6e34226
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 8e030cabf1bb8601ad3efe09b9dc65a441a294ec
refs/heads/master: 2b97e2201eb76d56c4901d39e8ed276f2de0e2e9
1 change: 0 additions & 1 deletion trunk/drivers/media/radio/si470x/radio-si470x-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@ static ssize_t si470x_fops_read(struct file *file, char __user *buf,
count /= 3;

/* copy RDS block out of internal buffer and to user buffer */
mutex_lock(&radio->lock);
while (block_count < count) {
if (radio->rd_index == radio->wr_index)
break;
Expand Down

0 comments on commit 6e34226

Please sign in to comment.