commit | 97536d1d27e583daa8c3235ea9936065a1ae01fc | [log] [tgz] |
---|---|---|
author | Stephen Boyd <stephen.boyd@linaro.org> | Tue Jul 05 11:57:05 2016 -0700 |
committer | Kishon Vijay Abraham I <kishon@ti.com> | Sat Sep 10 16:48:43 2016 +0530 |
tree | d7f1de723a6d0af9516c0c6858d8d0efc6e78062 | |
parent | 44d6106808a841d89dd7c96740917538ea47a29c [diff] |
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>