Re: [patch -next] V4L: media/IR: testing the wrong variable

2010-07-23 Thread Jarod Wilson
On Fri, Jul 23, 2010 at 12:08:26PM +0200, Dan Carpenter wrote: > There is a typo here. We meant to test "rbuf" instead of "drv". We > already tested "drv" earlier. > > Signed-off-by: Dan Carpenter Gah. I swear that got fixed once already... Thanks! Acked-by: Jarod Wilson -- Jarod Wilson j

[patch -next] V4L: media/IR: testing the wrong variable

2010-07-23 Thread Dan Carpenter
There is a typo here. We meant to test "rbuf" instead of "drv". We already tested "drv" earlier. Signed-off-by: Dan Carpenter diff --git a/drivers/media/IR/ir-lirc-codec.c b/drivers/media/IR/ir-lirc-codec.c index 178bc5b..87e 100644 --- a/drivers/media/IR/ir-lirc-codec.c +++ b/drivers/medi