Re: [PATCH 03/15] ASoC: atmel-classd: Drop empty platform remove function

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 12.12.2022 22:53, Uwe Kleine-König wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> A remove callback just returning 0 is equivalent to no remove callback
> at all. So drop the useless function.
> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>

Reviewed-by: Claudiu Beznea <claudiu.beznea@xxxxxxxxxxxxx>


> ---
>  sound/soc/atmel/atmel-classd.c | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/sound/soc/atmel/atmel-classd.c b/sound/soc/atmel/atmel-classd.c
> index 87d6d6ed026b..9883e6867fd1 100644
> --- a/sound/soc/atmel/atmel-classd.c
> +++ b/sound/soc/atmel/atmel-classd.c
> @@ -616,11 +616,6 @@ static int atmel_classd_probe(struct platform_device *pdev)
>         return ret;
>  }
> 
> -static int atmel_classd_remove(struct platform_device *pdev)
> -{
> -       return 0;
> -}
> -
>  static struct platform_driver atmel_classd_driver = {
>         .driver = {
>                 .name           = "atmel-classd",
> @@ -628,7 +623,6 @@ static struct platform_driver atmel_classd_driver = {
>                 .pm             = &snd_soc_pm_ops,
>         },
>         .probe  = atmel_classd_probe,
> -       .remove = atmel_classd_remove,
>  };
>  module_platform_driver(atmel_classd_driver);
> 
> --
> 2.38.1
> 





[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Pulse Audio]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux