From: Dan Carpenter Date: Fri, 21 Aug 2015 16:29:50 +0000 (-0700) Subject: Input: sentelic - silence some underflow warnings X-Git-Tag: omap-for-v4.3/fixes-rc1~90^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c8f55798a9d716daed4de6d7038a21c3ca6e673;p=pandora-kernel.git Input: sentelic - silence some underflow warnings I have a static checker that complains when we check for an upper bound but don't have a corresponding check for a lower bound. With this code, the upper bound check seems not really required, so it is not a bug to leave the lower bound check out as well. But let's silence the warning by making these variables unsigned. Signed-off-by: Dan Carpenter Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed