rpms/kernel/devel linux-2.6-cx88-silence-debug.patch, NONE, 1.1 kernel-2.6.spec, 1.1591, 1.1592

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Oct 4 01:02:25 UTC 2005


Author: davej

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv20762

Modified Files:
	kernel-2.6.spec 
Added Files:
	linux-2.6-cx88-silence-debug.patch 
Log Message:
* Mon Oct 03 2005 Dave Jones <davej at redhat.com>
- silence silly debug message in cx88. (#168931)


linux-2.6-cx88-silence-debug.patch:
 cx88-video.c |    1 -
 1 files changed, 1 deletion(-)

--- NEW FILE linux-2.6-cx88-silence-debug.patch ---

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=168931

--- linux-2.6.13/drivers/media/video/cx88/cx88-video.c~	2005-10-03 20:58:37.000000000 -0400
+++ linux-2.6.13/drivers/media/video/cx88/cx88-video.c	2005-10-03 20:59:51.000000000 -0400
@@ -1258,7 +1258,6 @@ int cx88_do_ioctl(struct inode *inode, s
 
 	if (video_debug > 1)
 		cx88_print_ioctl(core->name,cmd);
-	printk( KERN_INFO "CORE IOCTL: 0x%x\n", cmd );
 	cx88_print_ioctl(core->name,cmd);
 	dprintk( 1, "CORE IOCTL: 0x%x\n", cmd );
 


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.1591
retrieving revision 1.1592
diff -u -r1.1591 -r1.1592
--- kernel-2.6.spec	4 Oct 2005 00:56:47 -0000	1.1591
+++ kernel-2.6.spec	4 Oct 2005 01:02:08 -0000	1.1592
@@ -311,6 +311,7 @@
 Patch1660: linux-2.6.9-module_version.patch
 Patch1670: linux-2.6-ide-floppy-eject.patch
 Patch1680: linux-2.6-sound-emu10k1-ac97.patch
+Patch1690: linux-2.6-cx88-silence-debug.patch
 
 Patch1730: linux-2.6.12-input-kill-stupid-messages.patch
 Patch1731: linux-2.6-input-usblegacy.patch
@@ -741,6 +742,8 @@
 %patch1670 -p1
 # Bring back ac97 sliders on emu10k1
 %patch1680 -p1
+# Silence silly debug message in cx88. (#168931)
+%patch1690 -p1
 
 # The input layer spews crap no-one cares about.
 %patch1730 -p1
@@ -1251,6 +1254,9 @@
 
 %changelog
 * Mon Oct 03 2005 Dave Jones <davej at redhat.com>
+- silence silly debug message in cx88. (#168931)
+
+* Mon Oct 03 2005 Dave Jones <davej at redhat.com>
 - bring back ac97 sliders on emu10k1
 
 * Mon Oct 03 2005 Dave Jones <davej at redhat.com>




More information about the fedora-cvs-commits mailing list