commit | 59ea25904406a606d1329650e45e13e682e89320 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Fri Feb 12 09:44:34 2016 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Feb 14 17:42:37 2016 -0800 |
tree | 8584735b93a6f0777a3383559597abd3f8bbd88e | |
parent | 6ddf2f0cb1e1931d16e08e30130ed04e5a441f2c [diff] |
misc: mic: silence an overflow warning Static checkers complain that the this is a potential array overflow. We verify that it's not on the next line so this code is OK, but static checker warnings are annoying. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>