On 2021-03-23 7:19 a.m., Dan Carpenter wrote: > Add a missing put_device(&pdev->dev) if the call to > dma_async_device_register(dma); fails. > > Fixes: 905ca51e63be ("dmaengine: plx-dma: Introduce PLX DMA engine PCI driver > skeleton") > Signed-off-by: Dan Carpenter <dan.carpen...@oracle.com> Good catch. Thanks Dan! Reviewed-by: Logan Gunthorpe <log...@deltatee.com> Logan
- [PATCH] dmaengine: plx_dma: add a missing put_device() on ... Dan Carpenter
- Re: [PATCH] dmaengine: plx_dma: add a missing put_dev... Logan Gunthorpe