V4L/DVB: media/IR: testing the wrong variable
authorDan Carpenter <error27@gmail.com>
Fri, 23 Jul 2010 10:08:26 +0000 (07:08 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 2 Aug 2010 19:43:00 +0000 (16:43 -0300)
commit49b7a12c0aa217c9fb163d330b5b80bafe55cb8b
treeff06404554a52e39426984c1d58f50848ee0f137
parent5c79b496a713dac1a706845bdd047aae15421ef5
V4L/DVB: media/IR: testing the wrong variable

There is a typo here.  We meant to test "rbuf" instead of "drv".  We
already tested "drv" earlier.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/IR/ir-lirc-codec.c