Commit c1939c2f authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Vinod Koul
Browse files

dmaengine: xilinx: xilinx_dma: Fix kernel doc about xilinx_dma_remove()



Since commit cc99582d ("dmaengine: xilinx: xilinx_dma: Convert to
platform remove callback returning void") xilinx_dma_remove() doesn't
return zero any more. As the function has no return value any more, just
drop the statement about the return value.

Reported-by: default avatarRadhey Shyam Pandey <radhey.shyam.pandey@amd.com>
Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://lore.kernel.org/r/20231014211656.1512016-2-u.kleine-koenig@pengutronix.de


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 8bf91457
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3242,8 +3242,6 @@ static int xilinx_dma_probe(struct platform_device *pdev)
/**
 * xilinx_dma_remove - Driver remove function
 * @pdev: Pointer to the platform_device structure
 *
 * Return: Always '0'
 */
static void xilinx_dma_remove(struct platform_device *pdev)
{