From: Stephen Boyd Date: Wed, 28 May 2014 20:11:12 +0000 (-0700) Subject: net: ks8851: Don't use regulator_get_optional() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a82e40d6b66373498bf937e31b249f17dc1105a;p=pandora-kernel.git net: ks8851: Don't use regulator_get_optional() We shouldn't be using regulator_get_optional() here. These regulators are always present as part of the physical design and there isn't any way to use an internal regulator or change the source of the reference voltage via software. Given that the only users of this driver in the kernel are DT based, this change should be transparent to them even if they don't specify any supplies because the regulator framework will insert dummy supplies as needed. Cc: Nishanth Menon Cc: Mark Brown Signed-off-by: Stephen Boyd Reviewed-by: Mark Brown Signed-off-by: David S. Miller --- Reading git-diff-tree failed