From 6e3422658a368b79bb33212430b5933e4b246d9a Mon Sep 17 00:00:00 2001 From: iceberg Date: Fri, 21 Jan 2011 15:00:25 -0300 Subject: [PATCH] --- yaml --- r: 241836 b: refs/heads/master c: 2b97e2201eb76d56c4901d39e8ed276f2de0e2e9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/media/radio/si470x/radio-si470x-common.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f0ae60dac45c..2e2469255b44 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8e030cabf1bb8601ad3efe09b9dc65a441a294ec +refs/heads/master: 2b97e2201eb76d56c4901d39e8ed276f2de0e2e9 diff --git a/trunk/drivers/media/radio/si470x/radio-si470x-common.c b/trunk/drivers/media/radio/si470x/radio-si470x-common.c index 60c176fe328e..38ae6cd65790 100644 --- a/trunk/drivers/media/radio/si470x/radio-si470x-common.c +++ b/trunk/drivers/media/radio/si470x/radio-si470x-common.c @@ -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;