Re: [PATCH] soc/tegra: flowctrl: Fix error handling

2017-06-13 Thread Thierry Reding
On Tue, Apr 11, 2017 at 05:40:41AM +0200, Christophe JAILLET wrote: > It is likely that returning returned by 'devm_ioremap_resource()' is > expected here instead of something related to 'base' which should be a > valid pointer at this point. > > Fixes: 841fd94c43a4 ("soc/tegra: flowctrl: Add basi

Re: [PATCH] soc/tegra: flowctrl: Fix error handling

2017-04-11 Thread Jon Hunter
On 11/04/17 04:40, Christophe JAILLET wrote: > It is likely that returning returned by 'devm_ioremap_resource()' is > expected here instead of something related to 'base' which should be a > valid pointer at this point. > > Fixes: 841fd94c43a4 ("soc/tegra: flowctrl: Add basic platform driver") >

[PATCH] soc/tegra: flowctrl: Fix error handling

2017-04-10 Thread Christophe JAILLET
It is likely that returning returned by 'devm_ioremap_resource()' is expected here instead of something related to 'base' which should be a valid pointer at this point. Fixes: 841fd94c43a4 ("soc/tegra: flowctrl: Add basic platform driver") Signed-off-by: Christophe JAILLET --- drivers/soc/tegra