Re: [PATCH 07/11] driver core: Respect all error codes from dev_pm_domain_attach()

2018-05-14 Thread Tony Lindgren
* Ulf Hansson [180514 18:59]: > On 14 May 2018 at 17:19, Tony Lindgren wrote: > > Reverting for 8c123c14bbba ("driver core: Respect all error codes from > > dev_pm_domain_attach()") fixes the issue for me. > > > > Sounds like something is missing, any ideas? > > This should solve the problem: >

Re: [PATCH 07/11] driver core: Respect all error codes from dev_pm_domain_attach()

2018-05-14 Thread Ulf Hansson
On 14 May 2018 at 17:19, Tony Lindgren wrote: > Ulf, > > * Ulf Hansson [180426 09:01]: >> The limitation of being able to check only for -EPROBE_DEFER from >> dev_pm_domain_attach() has been removed. Hence let's respect all error >> codes and bail out accordingly. >> >> Cc: Greg Kroah-Hartman >>

Re: [PATCH 07/11] driver core: Respect all error codes from dev_pm_domain_attach()

2018-05-14 Thread Tony Lindgren
Ulf, * Ulf Hansson [180426 09:01]: > The limitation of being able to check only for -EPROBE_DEFER from > dev_pm_domain_attach() has been removed. Hence let's respect all error > codes and bail out accordingly. > > Cc: Greg Kroah-Hartman > Signed-off-by: Ulf Hansson > --- > drivers/base/platfo

Re: [PATCH 07/11] driver core: Respect all error codes from dev_pm_domain_attach()

2018-04-29 Thread Greg Kroah-Hartman
On Thu, Apr 26, 2018 at 10:53:06AM +0200, Ulf Hansson wrote: > The limitation of being able to check only for -EPROBE_DEFER from > dev_pm_domain_attach() has been removed. Hence let's respect all error > codes and bail out accordingly. If that is really true, nice job! Acked-by: Greg Kroah-Hartma

[PATCH 07/11] driver core: Respect all error codes from dev_pm_domain_attach()

2018-04-26 Thread Ulf Hansson
The limitation of being able to check only for -EPROBE_DEFER from dev_pm_domain_attach() has been removed. Hence let's respect all error codes and bail out accordingly. Cc: Greg Kroah-Hartman Signed-off-by: Ulf Hansson --- drivers/base/platform.c | 17 - 1 file changed, 8 insert