diff options
author | Michael Krufky <devnull@localhost> | 2005-08-30 15:18:50 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-08-30 15:18:50 +0000 |
commit | c97244bb4fb6fb268ef032aeefd1b689c977634a (patch) | |
tree | dd457d326493470448a18d18751874ef99bcd2f6 /linux/drivers/media/video/cx88/cx88-video.c | |
parent | 8f30d6e37f1ea1d6e37a159e108c8d628a14f31a (diff) | |
download | mediapointer-dvb-s2-c97244bb4fb6fb268ef032aeefd1b689c977634a.tar.gz mediapointer-dvb-s2-c97244bb4fb6fb268ef032aeefd1b689c977634a.tar.bz2 |
* tuner-simple.c: (default_set_radio_freq):
- The Microtune 4049FM5 uses an IF frequency of 33.3 MHz for FM radio.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
* cx88-video.c: (cx8800_resume):
- removed trailing whitespace.
* Changelog:
- fixed some entries missing mchehab's login.
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-video.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-video.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-video.c b/linux/drivers/media/video/cx88/cx88-video.c index 12a933084..f427ae2d9 100644 --- a/linux/drivers/media/video/cx88/cx88-video.c +++ b/linux/drivers/media/video/cx88/cx88-video.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-video.c,v 1.90 2005/08/30 15:01:48 mchehab Exp $ + * $Id: cx88-video.c,v 1.91 2005/08/30 15:18:50 mkrufky Exp $ * * device driver for Conexant 2388x based TV cards * video4linux video interface @@ -2326,7 +2326,7 @@ static int cx8800_resume(struct pci_dev *pci_dev) pci_disable_device(pci_dev); dev->state.disabled = 1; - + return err; } #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,10) |