diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2016-08-02 02:44:44 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-09-22 11:24:28 -0300 |
commit | bacf8351f23cfdccb0cd252e3df0f82871896f9a (patch) | |
tree | 3c25935a22acd65cfc9190bf16e5a085da556333 /drivers/vme | |
parent | d14f291b6280a675b7bf129aa9a2d7a077554a31 (diff) | |
download | linux-bacf8351f23cfdccb0cd252e3df0f82871896f9a.tar.gz linux-bacf8351f23cfdccb0cd252e3df0f82871896f9a.tar.bz2 linux-bacf8351f23cfdccb0cd252e3df0f82871896f9a.zip |
[media] media: rc: nuvoton: remove usage of b_idx in nvt_get_rx_ir_data
The call to nvt_get_rx_ir_data and nvt_process_rx_ir_data from
the ISR is protected with spinlock nvt->lock. Therefore it's
guaranteed that nvt->pkts is 0 when entering nvt_get_rx_ir_data
(as nvt->pkts is set to 0 at the end of nvt_process_rx_ir_data).
Having said that we can remove b_idx.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/vme')
0 files changed, 0 insertions, 0 deletions