On 06-07-20, 08:18, Dave Jiang wrote: > dma_request_chan() is expected to return ERR_PTR rather than NULL. This > triggered a crash in pl011_dma_probe() when dma_device_list is empty > and returning NULL. Fix return of NULL ptr to ERR_PTR(-ENODEV). > > Fixes: deb9541f5052 ("dmaengine: check device and channel list for empty") > Reported-by: Arnd Bergmann <arnd@xxxxxxxx> > Signed-off-by: Dave Jiang <dave.jiang@xxxxxxxxx> Applied after updating the correct reported to Naresh thanks -- ~Vinod