Re: [PATCH] PM / Domains: Do not print PM domain add error message if EPROBE_DEFER

2016-12-01 Thread Rafael J. Wysocki
On Wednesday, November 30, 2016 01:24:56 PM Geert Uytterhoeven wrote: > EPROBE_DEFER is not an error, hence printing an error message like > > renesas_irqc e61c.interrupt-controller: failed to add to PM domain > always-on: -517 > > may confuse the user. > > Suppress the error message

Re: [PATCH] PM / Domains: Do not print PM domain add error message if EPROBE_DEFER

2016-11-30 Thread Kevin Hilman
Geert Uytterhoeven writes: > EPROBE_DEFER is not an error, hence printing an error message like > > renesas_irqc e61c.interrupt-controller: failed to add to PM domain > always-on: -517 > > may confuse the user. > > Suppress the error message in case of

Re: [PATCH] PM / Domains: Do not print PM domain add error message if EPROBE_DEFER

2016-11-30 Thread Simon Horman
On Wed, Nov 30, 2016 at 01:24:56PM +0100, Geert Uytterhoeven wrote: > EPROBE_DEFER is not an error, hence printing an error message like > > renesas_irqc e61c.interrupt-controller: failed to add to PM domain > always-on: -517 > > may confuse the user. > > Suppress the error message in

[PATCH] PM / Domains: Do not print PM domain add error message if EPROBE_DEFER

2016-11-30 Thread Geert Uytterhoeven
EPROBE_DEFER is not an error, hence printing an error message like renesas_irqc e61c.interrupt-controller: failed to add to PM domain always-on: -517 may confuse the user. Suppress the error message in case of EPROBE_DEFER to fix this. Reported-by: Yoshihiro Shimoda