Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 154952
b: refs/heads/master
c: a5ca3a1
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Mauro Carvalho Chehab committed Jul 5, 2009
1 parent 2e1d5cf commit 23343c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 11b79ea75ada39b7f1efdebdad520c93c3ac1f0e
refs/heads/master: a5ca3a1bc719cb9056acc6f24340a1e2674f21a0
5 changes: 2 additions & 3 deletions trunk/drivers/media/radio/radio-si470x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ static int si470x_fops_release(struct file *file)
video_unregister_device(radio->videodev);
kfree(radio->buffer);
kfree(radio);
goto done;
goto unlock;
}

/* stop rds reception */
Expand All @@ -1213,9 +1213,8 @@ static int si470x_fops_release(struct file *file)
retval = si470x_stop(radio);
usb_autopm_put_interface(radio->intf);
}

unlock:
mutex_unlock(&radio->disconnect_lock);

done:
return retval;
}
Expand Down

0 comments on commit 23343c3

Please sign in to comment.