Commit 3b38cabd authored by Yangtao Li's avatar Yangtao Li Committed by Mark Brown

spi: spi-cadence: Delete unmatched comments

The function no longer returns a value, synchronize the comments.
Signed-off-by: default avatarYangtao Li <frank.li@vivo.com>
Link: https://lore.kernel.org/r/20230712064832.67091-1-frank.li@vivo.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 64a7b0e0
...@@ -690,8 +690,6 @@ static int cdns_spi_probe(struct platform_device *pdev) ...@@ -690,8 +690,6 @@ static int cdns_spi_probe(struct platform_device *pdev)
* This function is called if a device is physically removed from the system or * This function is called if a device is physically removed from the system or
* if the driver module is being unloaded. It frees all resources allocated to * if the driver module is being unloaded. It frees all resources allocated to
* the device. * the device.
*
* Return: 0 on success and error value on error
*/ */
static void cdns_spi_remove(struct platform_device *pdev) static void cdns_spi_remove(struct platform_device *pdev)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment