From: Tomas Winkler Date: Thu, 23 Aug 2012 21:35:58 +0000 (+0300) Subject: mei: fix max number of open handles X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~77^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e2776c3aff1a4c79751b2a7045524fb141c2405;p=pandora-kernel.git mei: fix max number of open handles There was internal confusion in wether bus message clinet (0) is counted in or not The bitmap me_clients_map that accomodate was initialized w/o it (255) but later on it the clinet 0 was reserved Thus were able to open only 252 instead of 253 clients Signed-off-by: Tomas Winkler Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed