]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
dmaengine: qcom_hidma: comment platform_driver_register call
authorPhillip Potter <phil@philpotter.co.uk>
Mon, 3 May 2021 11:57:18 +0000 (13:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 May 2021 16:32:29 +0000 (18:32 +0200)
commit4df2a8b0ad634d98a67e540a4e18a60f943e7d9f
tree174dc763f75362eb56e1c320f4cd2936993ca6a6
parent43ed0fcf613a87dd0221ec72d1ade4d6544f2ffc
dmaengine: qcom_hidma: comment platform_driver_register call

Place a comment in hidma_mgmt_init explaining why success must
currently be assumed, due to the cleanup issue that would need to
be considered were this module ever to be unloadable or were this
platform_driver_register call ever to fail.

Acked-By: Vinod Koul <vkoul@kernel.org>
Acked-By: Sinan Kaya <okaya@kernel.org>
Signed-off-by: Phillip Potter <phil@philpotter.co.uk>
Link: https://lore.kernel.org/r/20210503115736.2104747-52-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/dma/qcom/hidma_mgmt.c