]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
extcon: Move extcon_get_edev_by_phandle() errors to dbg level
authorStephen Boyd <stephen.boyd@linaro.org>
Tue, 5 Jul 2016 18:57:05 +0000 (11:57 -0700)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 8 Aug 2016 01:58:35 +0000 (10:58 +0900)
commite8752b7a7294a7c19545123eea079d873f8cc243
tree5ed05795a4db109fa1b4b35f81fe50b89669c931
parentba4b27151ade5eab3d32a47bf323bfa8c5cd0726
extcon: Move extcon_get_edev_by_phandle() errors to dbg level

Sometimes drivers may call this API and expect it to fail because
the extcon they're looking for is optional. Let's move these
prints to debug level so it doesn't look like there's a problem
when there isn't one.

Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/extcon/extcon.c