mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-15 02:39:18 +08:00
serial: xilinx_uartps: Fix kernel doc about .remove()'s return code
Since the driver was converted to use .remove_new() the return function doesn't return a value any more. So remove the obsolete documentation about the return value. Reported-by: Michal Simek <michal.simek@amd.com> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Acked-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/20231117101236.878008-1-u.kleine-koenig@pengutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
abdea7209b
commit
727e08b1a5
@@ -1663,8 +1663,6 @@ err_out_unregister_driver:
|
||||
/**
|
||||
* cdns_uart_remove - called when the platform driver is unregistered
|
||||
* @pdev: Pointer to the platform device structure
|
||||
*
|
||||
* Return: 0 on success, negative errno otherwise
|
||||
*/
|
||||
static void cdns_uart_remove(struct platform_device *pdev)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user