From: Axel Lin Date: Sat, 4 Sep 2010 15:06:41 +0000 (+0800) Subject: regulator: ab8500 - fix off-by-one value range checking for selector X-Git-Tag: v2.6.36-rc5~29^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49990e6efe576b8707584398f93198b5aa182ab7;p=pandora-kernel.git regulator: ab8500 - fix off-by-one value range checking for selector selector is used as array index of info->supported_voltages Thus the valid value range should be 0 .. info->voltages_len -1 Signed-off-by: Axel Lin Acked-by: Mark Brown Signed-off-by: Liam Girdwood --- Reading git-diff-tree failed