]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
regulator: gpio: don't print error on EPROBE_DEFER
authorRabin Vincent <rabin.vincent@axis.com>
Fri, 19 Feb 2016 10:27:53 +0000 (11:27 +0100)
committerMark Brown <broonie@kernel.org>
Sat, 20 Feb 2016 17:09:34 +0000 (02:09 +0900)
commit0258382bf3985b736dde51a456a5a3c2cf7af958
tree9e3fc62322ab6f82ce8ce069e48d13937b0f0805
parent92e963f50fc74041b5e9e744c330dca48e04f08d
regulator: gpio: don't print error on EPROBE_DEFER

Don't print out an error with the driver sees EPROBE_DEFER when
attempting to get the gpio.  These errors are usually transient; the
probe will be retried later.

Signed-off-by: Rabin Vincent <rabin.vincent@axis.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/gpio-regulator.c