Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261335
b: refs/heads/master
c: fe45e25
h: refs/heads/master
i:
  261333: a553fde
  261331: 3acca8e
  261327: 7568b0d
v: v3
  • Loading branch information
Tejun Heo authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent f0ea923 commit b4d707e
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 3e1a4c1ff90002762998e0d13c8edc2e7aa8d736
refs/heads/master: fe45e2551f565c87559434205963fc56bbe205fa
4 changes: 1 addition & 3 deletions trunk/drivers/media/dvb/dvb-usb/technisat-usb2.c
Original file line number Diff line number Diff line change
Expand Up @@ -765,10 +765,8 @@ static void technisat_usb2_disconnect(struct usb_interface *intf)
/* work and stuff was only created when the device is is hot-state */
if (dev != NULL) {
struct technisat_usb2_state *state = dev->priv;
if (state != NULL) {
if (state != NULL)
cancel_delayed_work_sync(&state->green_led_work);
flush_scheduled_work();
}
}

dvb_usb_device_exit(intf);
Expand Down

0 comments on commit b4d707e

Please sign in to comment.