diff options
author | Michael Hunold <devnull@localhost> | 2003-02-27 14:37:07 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2003-02-27 14:37:07 +0000 |
commit | eedc7fd38fcda5ad3f241225580db5189faae05a (patch) | |
tree | 33a6d3de2d7123dfcdea9388bbb2ac1919079bbf /linux/drivers/media/dvb | |
parent | b8852a2112a64e58ed0a6a0b513e55eeceeb75ca (diff) | |
download | mediapointer-dvb-s2-eedc7fd38fcda5ad3f241225580db5189faae05a.tar.gz mediapointer-dvb-s2-eedc7fd38fcda5ad3f241225580db5189faae05a.tar.bz2 |
- fix some bugs that appeared in system with both analog and digital
based saa7146 cards
- change the initialization order to allow static builds of the mxb driver
Diffstat (limited to 'linux/drivers/media/dvb')
-rw-r--r-- | linux/drivers/media/dvb/dvb-core/dvb_frontend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/dvb_frontend.c b/linux/drivers/media/dvb/dvb-core/dvb_frontend.c index dadb9d933..7f63e26cd 100644 --- a/linux/drivers/media/dvb/dvb-core/dvb_frontend.c +++ b/linux/drivers/media/dvb/dvb-core/dvb_frontend.c @@ -435,7 +435,7 @@ int dvb_frontend_thread (void *data) dprintk ("%s\n", __FUNCTION__); lock_kernel (); -#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,5,63)) +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,5,61)) daemonize (); #else daemonize ("dvb fe"); |