Re: [PATCH 03/11] of: address: Report of_dma_get_range() errors meaningfully

2019-09-30 Thread Christoph Hellwig
On Thu, Sep 26, 2019 at 07:24:47PM -0500, Rob Herring wrote: > From: Robin Murphy > > If we failed to translate a DMA address, at least show the offending > address rather than the uninitialised contents of the destination > argument. > > Signed-off-by: Robin Murphy > Signed-off-by: Rob

Re: [PATCH 03/11] of: address: Report of_dma_get_range() errors meaningfully

2019-09-27 Thread Geert Uytterhoeven
On Fri, Sep 27, 2019 at 2:25 AM Rob Herring wrote: > From: Robin Murphy > > If we failed to translate a DMA address, at least show the offending > address rather than the uninitialised contents of the destination > argument. > > Signed-off-by: Robin Murphy > Signed-off-by: Rob Herring

[PATCH 03/11] of: address: Report of_dma_get_range() errors meaningfully

2019-09-26 Thread Rob Herring
From: Robin Murphy If we failed to translate a DMA address, at least show the offending address rather than the uninitialised contents of the destination argument. Signed-off-by: Robin Murphy Signed-off-by: Rob Herring --- drivers/of/address.c | 4 ++-- 1 file changed, 2 insertions(+), 2