mbox series

[V2,0/3] do exception handling appropriately in at_dma_xlate()

Message ID 20200817115728.1706719-1-yukuai3@huawei.com (mailing list archive)
Headers show
Series do exception handling appropriately in at_dma_xlate() | expand

Message

Yu Kuai Aug. 17, 2020, 11:57 a.m. UTC
changes from V1:
-separate different changes to different patches, as suggested by Vinod.
Yu Kuai (3):
  dmaengine: at_hdmac: check return value of of_find_device_by_node() in
    at_dma_xlate()
  dmaengine: at_hdmac: add missing put_device() call in at_dma_xlate()
  dmaengine: at_hdmac: add missing kfree() call in at_dma_xlate()

 drivers/dma/at_hdmac.c | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

Comments

Vinod Koul Aug. 19, 2020, 4:29 a.m. UTC | #1
On 17-08-20, 19:57, Yu Kuai wrote:
> changes from V1:
> -separate different changes to different patches, as suggested by Vinod.

Please write proper cover letter explaining the patch series and also
the changes from v1..

I have applied the patches.

Thanks

> Yu Kuai (3):
>   dmaengine: at_hdmac: check return value of of_find_device_by_node() in
>     at_dma_xlate()
>   dmaengine: at_hdmac: add missing put_device() call in at_dma_xlate()
>   dmaengine: at_hdmac: add missing kfree() call in at_dma_xlate()
> 
>  drivers/dma/at_hdmac.c | 11 +++++++++--
>  1 file changed, 9 insertions(+), 2 deletions(-)
> 
> -- 
> 2.25.4