Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85731
b: refs/heads/master
c: c3f686f
h: refs/heads/master
i:
  85729: c7d6273
  85727: 8571c94
v: v3
  • Loading branch information
Tobias Lorenz authored and Mauro Carvalho Chehab committed Feb 18, 2008
1 parent 14569bb commit b0aee7b
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: 532fe65205253aef1ce5c0c76d2d8d303fb3fe71
refs/heads/master: c3f686f152767b84893e474acd1a7758988dc369
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 @@ -1439,11 +1439,10 @@ static void si470x_usb_driver_disconnect(struct usb_interface *intf)
{
struct si470x_device *radio = usb_get_intfdata(intf);

del_timer_sync(&radio->timer);
flush_scheduled_work();

usb_set_intfdata(intf, NULL);
if (radio) {
del_timer_sync(&radio->timer);
flush_scheduled_work();
video_unregister_device(radio->videodev);
kfree(radio->buffer);
kfree(radio);
Expand Down

0 comments on commit b0aee7b

Please sign in to comment.