From: Kyle Manna Date: Thu, 3 Nov 2011 17:08:06 +0000 (-0500) Subject: regulator: TPS65910: Create an array for init data X-Git-Tag: v3.3-rc1~126^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1fc1480249dfe059254779a4bb7ca27cf5f8038;p=pandora-kernel.git regulator: TPS65910: Create an array for init data Create an array of fixed size for the platform to pass regulator initalization data through. Passing an array of pointers to init data also allows more flexible definition of init data as well as prevents reading past the end of the array should the platform define an incorrectly sized array. Signed-off-by: Kyle Manna Signed-off-by: Mark Brown --- Reading git-diff-tree failed