From: Tomas Winkler Date: Tue, 7 May 2013 18:12:31 +0000 (+0300) Subject: mei: fix out of array access to me clients array X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~75^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80fe6361540fd7e0a38326b02b4f2a5e68c99d0a;p=pandora-kernel.git mei: fix out of array access to me clients array The patch 9f81abdac362: "mei: implement mei_cl_connect function" from Jan 8, 2013, leads to the following static checker warning: "drivers/misc/mei/main.c:522 mei_ioctl_connect_client() warn: check 'dev->me_clients[]' for negative offsets (-2)" Reported-by: Dan Carpenter Signed-off-by: Tomas Winkler Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed