Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130770
b: refs/heads/master
c: 7f03a58
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Klimov authored and Mauro Carvalho Chehab committed Jan 29, 2009
1 parent d0c48e4 commit 3dc8545
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: 6d9f13c47a009ccbaf40c2e388ab349690dd8000
refs/heads/master: 7f03a5856c1c32ddc7b6b7a31bd43a4ab8e29f90
12 changes: 6 additions & 6 deletions trunk/drivers/media/radio/radio-mr800.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,10 @@ static int amradio_start(struct amradio_device *radio)
return retval;
}

mutex_unlock(&radio->lock);

radio->muted = 0;

mutex_unlock(&radio->lock);

return retval;
}

Expand Down Expand Up @@ -230,10 +230,10 @@ static int amradio_stop(struct amradio_device *radio)
return retval;
}

mutex_unlock(&radio->lock);

radio->muted = 1;

mutex_unlock(&radio->lock);

return retval;
}

Expand Down Expand Up @@ -284,10 +284,10 @@ static int amradio_setfreq(struct amradio_device *radio, int freq)
return retval;
}

mutex_unlock(&radio->lock);

radio->stereo = 0;

mutex_unlock(&radio->lock);

return retval;
}

Expand Down

0 comments on commit 3dc8545

Please sign in to comment.