[PATCH -next 02/25] spi: armada-3700: Use helper function devm_clk_get_prepared()
    Jonathan Cameron 
    Jonathan.Cameron at Huawei.com
       
    Wed Aug 23 01:55:24 AEST 2023
    
    
  
> @@ -909,10 +901,6 @@ static int a3700_spi_probe(struct platform_device *pdev)
>  
>  static void a3700_spi_remove(struct platform_device *pdev)
>  {
> -	struct spi_controller *host = platform_get_drvdata(pdev);
> -	struct a3700_spi *spi = spi_controller_get_devdata(host);
> -
> -	clk_unprepare(spi->clk);
Hi.
No point in keeping an empty remove function.  Drop the whole thing now
there is nothing to do.
Jonathan
>  }
>  
>  static struct platform_driver a3700_spi_driver = {
    
    
More information about the Linux-aspeed
mailing list