diff options
| -rw-r--r-- | drivers/media/radio/radio-mr800.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/media/radio/radio-mr800.c b/drivers/media/radio/radio-mr800.c index 0747dc8862b0..fdfc7bf86b9e 100644 --- a/drivers/media/radio/radio-mr800.c +++ b/drivers/media/radio/radio-mr800.c | |||
| @@ -194,10 +194,10 @@ static int amradio_start(struct amradio_device *radio) | |||
| 194 | return retval; | 194 | return retval; |
| 195 | } | 195 | } |
| 196 | 196 | ||
| 197 | mutex_unlock(&radio->lock); | ||
| 198 | |||
| 199 | radio->muted = 0; | 197 | radio->muted = 0; |
| 200 | 198 | ||
| 199 | mutex_unlock(&radio->lock); | ||
| 200 | |||
| 201 | return retval; | 201 | return retval; |
| 202 | } | 202 | } |
| 203 | 203 | ||
| @@ -230,10 +230,10 @@ static int amradio_stop(struct amradio_device *radio) | |||
| 230 | return retval; | 230 | return retval; |
| 231 | } | 231 | } |
| 232 | 232 | ||
| 233 | mutex_unlock(&radio->lock); | ||
| 234 | |||
| 235 | radio->muted = 1; | 233 | radio->muted = 1; |
| 236 | 234 | ||
| 235 | mutex_unlock(&radio->lock); | ||
| 236 | |||
| 237 | return retval; | 237 | return retval; |
| 238 | } | 238 | } |
| 239 | 239 | ||
| @@ -284,10 +284,10 @@ static int amradio_setfreq(struct amradio_device *radio, int freq) | |||
| 284 | return retval; | 284 | return retval; |
| 285 | } | 285 | } |
| 286 | 286 | ||
| 287 | mutex_unlock(&radio->lock); | ||
| 288 | |||
| 289 | radio->stereo = 0; | 287 | radio->stereo = 0; |
| 290 | 288 | ||
| 289 | mutex_unlock(&radio->lock); | ||
| 290 | |||
| 291 | return retval; | 291 | return retval; |
| 292 | } | 292 | } |
| 293 | 293 | ||
