[media] media: rc: nuvoton: remove unneeded call to ir_raw_event_handle
authorHeiner Kallweit <hkallweit1@gmail.com>
Tue, 2 Aug 2016 05:45:30 +0000 (02:45 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Thu, 22 Sep 2016 14:37:01 +0000 (11:37 -0300)
commita2006ca43266d5e069e9020f8dde2846631db9ea
treee5b5db196f31646fd2e3731c2d9defbc5625aaa5
parentbacf8351f23cfdccb0cd252e3df0f82871896f9a
[media] media: rc: nuvoton: remove unneeded call to ir_raw_event_handle

ir_raw_event_handle is called anyway after the hw fifo content stored
in nvt->buf[] has been written to the kfifo. There is not really a
benefit in the potential additional call to ir_raw_event_handle
whilst nvt->buf[] is being processed.
Getting rid of this additional call allows to simplify the code.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/rc/nuvoton-cir.c