ore.c
index 93b315459098..db11d853b060 100644
--- a/drivers/media/v4l2-core/videobuf2-core.c
+++ b/drivers/media/v4l2-core/videobuf2-core.c
@@ -1244,19 +1244,19 @@ EXPORT_SYMBOL_GPL(vb2_discard_done);
Changing from __WARN to WARN_ON fixes the problem that I found. For that part
Ac
On 04/08/2012 08:46 PM, Devin Heitmueller wrote:
On Sun, Apr 8, 2012 at 7:19 PM, Larry Finger wrote:
In the mail thread at
http://www.mythtv.org/pipermail/mythtv-users/2012-April/331164.html,
a kernel crash is triggered when trying to run mythtv with a HVR950Q tuner.
The crash condition is
mismatch of reserve/free is
not known; however, using a BUG_ON rather than a WARN_ON seems unfortunate.
Signed-off-by: Larry Finger
---
drivers/media/video/au0828/au0828-video.c |7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/drivers/media/video/au0828/au0828-video.c
b
On 03/06/2012 07:29 AM, Danny Kukawka wrote:
Am 04.03.2012 19:25, schrieb Larry Finger:
In driver ivtv, there is a mismatch between the type of the radio module
parameter
and the storage variable, which leads to the following warning:
CC [M] drivers/media/video/ivtv/ivtv-driver.o
drivers
-driver.c:142: warning: return from incompatible
pointer type
drivers/media/video/ivtv/ivtv-driver.c: At top level:
drivers/media/video/ivtv/ivtv-driver.c:142: warning: initialization from
incompatible pointer type
Signed-off-by: Larry Finger
---
Index: linux-2.6/drivers/media/video/ivtv/ivtv
On 12/30/2010 05:07 PM, Justin P. Mattock wrote:
> The below patch fixes a typo "diable" to "disable". Please let me know if
> this
> is correct or not.
>
> Signed-off-by: Justin P. Mattock
>
ACKed-by: Larry Finger
> ---
> drivers/net/wireles
On 12/30/2010 05:07 PM, Justin P. Mattock wrote:
> The below patch fixes a typo "diable" to "disable". Please let me know if
> this
> is correct or not.
>
> Signed-off-by: Justin P. Mattock
>
> ---
ACKed-by: Larry Finger
> drivers/staging/rtl81
When I plug in a TV tuner that uses the em28xx driver, I get the oops
listed below for x86_64. Note: 2.6.31-rc8 works OK, but I want a fix
for this one so that I can bisect another regression that occurs
between 2.6.29 and 2.6.31. If the device is plugged in when booting,
the system hangs.
===