Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 112967 | Differences between
and this patch

Collapse All | Expand All

(-)drivers/media/video/cx88/cx88-video.c (-2 / +2 lines)
Lines 1258-1266 Link Here
1258
1258
1259
	if (video_debug > 1)
1259
	if (video_debug > 1)
1260
		cx88_print_ioctl(core->name,cmd);
1260
		cx88_print_ioctl(core->name,cmd);
1261
	printk( KERN_INFO "CORE IOCTL: 0x%x\n", cmd );
1261
	/*printk( KERN_INFO "CORE IOCTL: 0x%x\n", cmd );
1262
	cx88_print_ioctl(core->name,cmd);
1262
	cx88_print_ioctl(core->name,cmd);
1263
	dprintk( 1, "CORE IOCTL: 0x%x\n", cmd );
1263
	dprintk( 1, "CORE IOCTL: 0x%x\n", cmd );*/
1264
1264
1265
	switch (cmd) {
1265
	switch (cmd) {
1266
	/* ---------- tv norms ---------- */
1266
	/* ---------- tv norms ---------- */

Return to bug 112967