diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2014-05-29 00:11:12 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-06-02 06:47:27 +0400 |
commit | 2a82e40d6b66373498bf937e31b249f17dc1105a (patch) | |
tree | baceecc696833163389a53d9672ce8a23cfdf71a /lib | |
parent | b07166b26e6974d5b7072eff75d773ef6f0c5ba3 (diff) | |
download | linux-2a82e40d6b66373498bf937e31b249f17dc1105a.tar.xz |
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 <nm@ti.com>
Cc: Mark Brown <broonie@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Reviewed-by: Mark Brown <broonie@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions