commit | afe120c777b7a6aa23b8c8a5fedae9201a7ced0c | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri Nov 23 10:15:05 2018 +0300 |
committer | Boris Brezillon <boris.brezillon@bootlin.com> | Wed Dec 05 17:22:58 2018 +0100 |
tree | 173cdf60443a7c93e508689e48ff624b6e283147 | |
parent | 840414ae59d8858bca0a704e7f9c910d661348d7 [diff] |
ic3: off by one in mode_show() This should be >= ARRAY_SIZE() to avoid reading one element beyond the end of the array. Fixes: 3a379bbcea0a ("i3c: Add core I3C infrastructure") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>