Re: [PATCH] extcon: Move extcon_get_edev_by_phandle() errors to dbg level

2016-07-05 Thread Chanwoo Choi
Hi Stephen, On 2016년 07월 06일 03:57, Stephen Boyd wrote: > 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:

Re: [PATCH] extcon: Move extcon_get_edev_by_phandle() errors to dbg level

2016-07-05 Thread Chanwoo Choi
Hi Stephen, On 2016년 07월 06일 03:57, Stephen Boyd wrote: > 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:

[PATCH] extcon: Move extcon_get_edev_by_phandle() errors to dbg level

2016-07-05 Thread Stephen Boyd
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 --- drivers/extcon/extcon.c |

[PATCH] extcon: Move extcon_get_edev_by_phandle() errors to dbg level

2016-07-05 Thread Stephen Boyd
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 --- drivers/extcon/extcon.c | 4 ++-- 1 file changed,