Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 311686 Details for
Bug 455230
v4l2 ioctl debug messages cannot be turned off
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to correct "dbgarg" macro and allow V4L2 ioctl debug messages to be turned on or off with the debug flags
linux-2.6-v4l-correct-ioctl-debug-macro.patch (text/plain), 708 bytes, created by
Howard Gray
on 2008-07-14 09:14:43 UTC
(
hide
)
Description:
Patch to correct "dbgarg" macro and allow V4L2 ioctl debug messages to be turned on or off with the debug flags
Filename:
MIME Type:
Creator:
Howard Gray
Created:
2008-07-14 09:14:43 UTC
Size:
708 bytes
patch
obsolete
>diff -urN linux-2.6.18.orig/drivers/media/video/videodev.c linux-2.6.18/drivers/media/video/videodev.c >--- linux-2.6.18.orig/drivers/media/video/videodev.c 2006-09-20 05:42:06.000000000 +0200 >+++ linux-2.6.18/drivers/media/video/videodev.c 2008-07-14 10:41:55.312699000 +0200 >@@ -17,10 +17,11 @@ > */ > > #define dbgarg(cmd, fmt, arg...) \ >- if (vfd->debug & V4L2_DEBUG_IOCTL_ARG) \ >+ if (vfd->debug & V4L2_DEBUG_IOCTL_ARG) { \ > printk (KERN_DEBUG "%s: ", vfd->name); \ > v4l_printk_ioctl(cmd); \ >- printk (KERN_DEBUG "%s: " fmt, vfd->name, ## arg); >+ printk (KERN_DEBUG "%s: " fmt, vfd->name, ## arg); \ >+ } > > #define dbgarg2(fmt, arg...) \ > if (vfd->debug & V4L2_DEBUG_IOCTL_ARG) \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 455230
: 311686 |
311689