Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72054
b: refs/heads/master
c: f40aa80
h: refs/heads/master
v: v3
  • Loading branch information
Matthias Schwarzott authored and Mauro Carvalho Chehab committed Oct 22, 2007
1 parent ea3667c commit 1d24546
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 6b1ec9da152c03106aa92fa045f5cf9b7912597c
refs/heads/master: f40aa808bad19a079a0e122e326d6970df141afb
4 changes: 3 additions & 1 deletion trunk/drivers/media/video/saa7134/saa7134-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,9 @@ static int saa7134_suspend(struct pci_dev *pci_dev , pm_message_t state)
del_timer(&dev->video_q.timeout);
del_timer(&dev->vbi_q.timeout);
del_timer(&dev->ts_q.timeout);
saa7134_ir_stop(dev);

if (dev->remote)
saa7134_ir_stop(dev);

pci_set_power_state(pci_dev, pci_choose_state(pci_dev, state));
pci_save_state(pci_dev);
Expand Down

0 comments on commit 1d24546

Please sign in to comment.