On Thu, Jul 14, 2016 at 12:06:45PM +0000, [email protected] wrote: > From: Wei Yongjun <[email protected]> > > In case of error, the function dma_request_chan() returns ERR_PTR() and > never returns NULL. The NULL test in the return value check should be > replaced with IS_ERR(). > > Fixes: aa7abd312c11 ('mtd: nand: omap2: Support parsing dma channel > information from DT') > Signed-off-by: Wei Yongjun <[email protected]>
Acked-by: Brian Norris <[email protected]> Boris, The affected commit is in your pull request, which I might review/pull today. I'll just plan on applying this on top, unless you'd prefer to fixup and resend. Brian

