Re: [PATCH] mmc: sdhci-iproc: use sdhci_pltfm_unregister directly

From: Ulf Hansson
Date: Tue Feb 02 2016 - 08:11:14 EST


On 26 January 2016 at 11:26, Jisheng Zhang <jszhang@xxxxxxxxxxx> wrote:
> The sdhci_iproc_remove() is jsut a wrapper to sdhci_pltfm_unregister.
> So use the sdhci_pltfm_unregister() for the .remove hook directly.
>
> Signed-off-by: Jisheng Zhang <jszhang@xxxxxxxxxxx>

Thanks, applied for next!

Kind regards
Uffe

> ---
> drivers/mmc/host/sdhci-iproc.c | 7 +------
> 1 file changed, 1 insertion(+), 6 deletions(-)
>
> diff --git a/drivers/mmc/host/sdhci-iproc.c b/drivers/mmc/host/sdhci-iproc.c
> index 3b423b0..24c5546 100644
> --- a/drivers/mmc/host/sdhci-iproc.c
> +++ b/drivers/mmc/host/sdhci-iproc.c
> @@ -220,11 +220,6 @@ err:
> return ret;
> }
>
> -static int sdhci_iproc_remove(struct platform_device *pdev)
> -{
> - return sdhci_pltfm_unregister(pdev);
> -}
> -
> static struct platform_driver sdhci_iproc_driver = {
> .driver = {
> .name = "sdhci-iproc",
> @@ -232,7 +227,7 @@ static struct platform_driver sdhci_iproc_driver = {
> .pm = SDHCI_PLTFM_PMOPS,
> },
> .probe = sdhci_iproc_probe,
> - .remove = sdhci_iproc_remove,
> + .remove = sdhci_pltfm_unregister,
> };
> module_platform_driver(sdhci_iproc_driver);
>
> --
> 2.7.0
>