Re: [PATCH 2/7] thermal: rcar_gen3_thermal: fix probe error path

2017-03-17 Thread Niklas Söderlund
Hi Wolfram, Thanks for your feedback. On 2017-03-07 20:52:03 +0100, Wolfram Sang wrote: > On Mon, Mar 06, 2017 at 09:03:56PM +0100, Niklas Söderlund wrote: > > If the memory resource for a TSC is unviable probe should fail not try > > to go ahead with the remaining TSC. This fix is aligned with

Re: [PATCH 2/7] thermal: rcar_gen3_thermal: fix probe error path

2017-03-07 Thread Wolfram Sang
On Mon, Mar 06, 2017 at 09:03:56PM +0100, Niklas Söderlund wrote: > If the memory resource for a TSC is unviable probe should fail not try > to go ahead with the remaining TSC. This fix is aligned with other > checks in probe where probe fails if they are unavailable. > > Signed-off-by: Niklas

Re: [PATCH 2/7] thermal: rcar_gen3_thermal: fix probe error path

2017-03-07 Thread Geert Uytterhoeven
On Mon, Mar 6, 2017 at 9:03 PM, Niklas Söderlund wrote: > If the memory resource for a TSC is unviable probe should fail not try unavailable > to go ahead with the remaining TSC. This fix is aligned with other TSCs > checks in probe where probe fails if

[PATCH 2/7] thermal: rcar_gen3_thermal: fix probe error path

2017-03-06 Thread Niklas Söderlund
If the memory resource for a TSC is unviable probe should fail not try to go ahead with the remaining TSC. This fix is aligned with other checks in probe where probe fails if they are unavailable. Signed-off-by: Niklas Söderlund ---