From eedc7fd38fcda5ad3f241225580db5189faae05a Mon Sep 17 00:00:00 2001 From: Michael Hunold Date: Thu, 27 Feb 2003 14:37:07 +0000 Subject: - 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 --- linux/drivers/media/dvb/dvb-core/dvb_frontend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/drivers/media/dvb') 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"); -- cgit v1.2.3