X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fmedia%2Fradio%2Fsi470x%2Fradio-si470x-common.c;h=38ae6cd65790ff9da2ec9cf2cbc0620ac5ac7c59;hb=95985725367e55642755ca6986d0c930cd3738e2;hp=60c176fe328ec4a38fb163e401428a148558a81e;hpb=a1f3d4bba8ea395a39d34ade6017afee8be16031;p=pandora-kernel.git diff --git a/drivers/media/radio/si470x/radio-si470x-common.c b/drivers/media/radio/si470x/radio-si470x-common.c index 60c176fe328e..38ae6cd65790 100644 --- a/drivers/media/radio/si470x/radio-si470x-common.c +++ b/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;