Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219395
b: refs/heads/master
c: 22760ed
h: refs/heads/master
i:
  219393: 8a29a1e
  219391: 59cb30b
v: v3
  • Loading branch information
Steven Toth authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent 94d14d7 commit c188b87
Show file tree
Hide file tree
Showing 4 changed files with 5 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: a1c592b766ee94aaf0e2549b8ba4d0298c328484
refs/heads/master: 22760ed39c2383e7711753e7582dac5d6d5f647c
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/saa7164/saa7164-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1423,7 +1423,8 @@ static void __devexit saa7164_finidev(struct pci_dev *pci_dev)
kthread_stop(dev->kthread);
dev->kthread = NULL;
}
saa7164_api_set_debug(dev, 0x00);
if (dev->firmwareloaded)
saa7164_api_set_debug(dev, 0x00);
}

saa7164_histogram_print(&dev->ports[ SAA7164_PORT_ENC1 ],
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/video/saa7164/saa7164-fw.c
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,7 @@ int saa7164_downloadfirmware(struct saa7164_dev *dev)
}
}

dev->firmwareloaded = 1;
ret = 0;

out:
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/video/saa7164/saa7164.h
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ struct saa7164_dev {

/* firmware status */
struct saa7164_fw_status fw_status;
u32 firmwareloaded;

tmComResHWDescr_t hwdesc;
tmComResInterfaceDescr_t intfdesc;
Expand Down

0 comments on commit c188b87

Please sign in to comment.