]> git.karo-electronics.de Git - linux-beck.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)
committerKishon Vijay Abraham I <kishon@ti.com>
Sat, 10 Sep 2016 11:18:43 +0000 (16:48 +0530)
commit97536d1d27e583daa8c3235ea9936065a1ae01fc
treed7f1de723a6d0af9516c0c6858d8d0efc6e78062
parent44d6106808a841d89dd7c96740917538ea47a29c
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