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: v3.10-rc3~25^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46e0cd87d90056383c8b5408fb297f18c1bdddf3;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