misc: mic: silence an overflow warning
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 12 Feb 2016 06:44:34 +0000 (09:44 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Feb 2016 01:42:37 +0000 (17:42 -0800)
commit59ea25904406a606d1329650e45e13e682e89320
tree8584735b93a6f0777a3383559597abd3f8bbd88e
parent6ddf2f0cb1e1931d16e08e30130ed04e5a441f2c
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>
drivers/misc/mic/vop/vop_vringh.c