Hi, pretty

2018-08-19 Thread Larry
Hallo schön, ich bin Larry aus den Vereinigten Staaten, ich hoffe, dass diese Nachricht gut zu dir gelangt? .. Ich bin ein einzelner Mann, ich war noch nie verheiratet, bevor ich dich wirklich besser kennenlernen will, ich bin ein unbekümmerter mann, und ich suche gerade nach einem ernsten

Re: [PATCH] vb2: Fix compilation breakage when !CONFIG_BUG

2015-07-12 Thread Larry Finger
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

Re: [PATCH] media: au0828: Convert BUG_ON to WARN_ONCE

2012-04-08 Thread Larry Finger
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

[PATCH] media: au0828: Convert BUG_ON to WARN_ONCE

2012-04-08 Thread Larry Finger
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

Re: [PATCH] ivtv: Fix build warning

2012-03-06 Thread Larry Finger
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

[PATCH] ivtv: Fix build warning

2012-03-04 Thread Larry Finger
-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

Re: [Linaro-mm-sig] [PATCH 08/10] mm: cma: Contiguous Memory Allocator added

2011-06-16 Thread Larry Bassel
On 16 Jun 11 00:06, Arnd Bergmann wrote: > On Wednesday 15 June 2011 23:39:58 Larry Bassel wrote: > > On 15 Jun 11 10:36, Marek Szyprowski wrote: > > > On Tuesday, June 14, 2011 10:42 PM Arnd Bergmann wrote: > > > > > > > On Tuesday 14 June 2011 20:58:25

Re: [Linaro-mm-sig] [PATCH 08/10] mm: cma: Contiguous Memory Allocator added

2011-06-15 Thread Larry Bassel
hat won't be turned off (so that CMA allocations are not an obstacle to memory hotremove). > > Best regards > -- > Marek Szyprowski > Samsung Poland R&D Center > > > > ___ > Linaro-mm-sig mailing list > linaro-m

Re: [PATCH 07/15]drivers:net:wireless:iwlwifi Typo change diable to disable.

2010-12-31 Thread Larry Finger
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

Re: [PATCH 03/15]drivers:staging:rtl8187se:r8180_hw.h Typo change diable to disable.

2010-12-31 Thread Larry Finger
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

Regression between 2.6.29 and 2.6.30.5

2009-09-04 Thread Larry Finger
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. ===