commit | caabacf134ece1c9e16cd35dea084b94651b9e0a | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri Nov 23 10:15:05 2018 +0300 |
committer | Alok Chauhan <alokc@codeaurora.org> | Wed Mar 13 15:03:14 2019 +0530 |
tree | e681d37bb77168dd0e26087b5a4ca8cc184be78b | |
parent | 0efb296128488ed5e491a9826cf2297a06c5033e [diff] |
ic3: master: off by one in mode_show() This should be >= ARRAY_SIZE() to avoid reading one element beyond the end of the array. Change-Id: Ia26f48d55f98a989c1ce2f23893f80e7a651855a Fixes: 3a379bbcea0a ("i3c: Add core I3C infrastructure") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Git-commit: afe120c777b7a6aa23b8c8a5fedae9201a7ced0c Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git Signed-off-by: Alok Chauhan <alokc@codeaurora.org>