Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 467956
Collapse All | Expand All

(-)ndiswrapper-1.58.orig/driver/loader.c (-1 / +1 lines)
Lines 575-581 Link Here
575
	} else {
575
	} else {
576
		printk(KERN_INFO "%s: driver %s (%s) loaded\n",
576
		printk(KERN_INFO "%s: driver %s (%s) loaded\n",
577
		       DRIVER_NAME, wrap_driver->name, wrap_driver->version);
577
		       DRIVER_NAME, wrap_driver->name, wrap_driver->version);
578
		add_taint(TAINT_PROPRIETARY_MODULE);
578
		add_taint(TAINT_PROPRIETARY_MODULE, LOCKDEP_STILL_OK);
579
		EXIT1(return 0);
579
		EXIT1(return 0);
580
	}
580
	}
581
}
581
}
(-)ndiswrapper-1.58.orig/driver/wrapper.c (-1 / +1 lines)
Lines 72-78 Link Here
72
static int __init wrapper_init(void)
72
static int __init wrapper_init(void)
73
{
73
{
74
#ifdef TAINT_OOT_MODULE
74
#ifdef TAINT_OOT_MODULE
75
	add_taint(TAINT_OOT_MODULE);
75
	add_taint(TAINT_OOT_MODULE, LOCKDEP_STILL_OK);
76
#endif
76
#endif
77
	printk(KERN_INFO "%s version %s loaded (smp=%s, preempt=%s)\n",
77
	printk(KERN_INFO "%s version %s loaded (smp=%s, preempt=%s)\n",
78
	       DRIVER_NAME, DRIVER_VERSION,
78
	       DRIVER_NAME, DRIVER_VERSION,

Return to bug 467956