commit | 953f10064140327868ac451eefb0db1becbef200 | [log] [tgz] |
---|---|---|
author | Sean Young <sean@mess.org> | Thu Mar 12 10:22:45 2020 +0100 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Tue Apr 21 12:53:53 2020 +0200 |
tree | 7d61cc145d32f079365ffa1099a02019684f5635 | |
parent | e6940c03dd628a223f6cce6581686bdb2e09936b [diff] |
media: dvb: digitv: remove unused array element 0 The first element of the key array is not used. Remove it, and along with it a uninitialized memory read. This should fix the rc debug message. Link: https://www.spinics.net/lists/kernel/msg3374861.html Suggested-by: Phong Tran <tranmanphong@gmail.com> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>