From: Axel Lin Date: Thu, 10 Jan 2013 02:33:06 +0000 (+0800) Subject: regulator: lp8788-buck: Silence build warning X-Git-Tag: v3.9-rc1~154^2~10^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb758de6a00f2c1f5694efc503b94d162db99734;p=pandora-kernel.git regulator: lp8788-buck: Silence build warning This driver use id as array index, thus add bounder checking for id. This patch fixes below build warning: drivers/regulator/lp8788-buck.c: In function 'lp8788_buck_probe': drivers/regulator/lp8788-buck.c:490:8: warning: array subscript is above array bounds [-Warray-bounds] drivers/regulator/lp8788-buck.c:489:63: warning: array subscript is above array bounds [-Warray-bounds] Reported-by: Fengguang Wu Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- Reading git-diff-tree failed