Message ID | 3f12c2deaae9e77a5e7ab8415db7751a27bc3b98.1575916477.git.mirq-linux@rere.qmqm.pl (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | mmc: sdhci-s3c: remove unused ext_cd_gpio field | expand |
On 9/12/19 8:37 pm, Michał Mirosław wrote: > Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Acked-by: Adrian Hunter <adrian.hunter@intel.com> > --- > drivers/mmc/host/sdhci-s3c.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c > index 51e096f27388..8b15945dd499 100644 > --- a/drivers/mmc/host/sdhci-s3c.c > +++ b/drivers/mmc/host/sdhci-s3c.c > @@ -117,7 +117,6 @@ struct sdhci_s3c { > struct s3c_sdhci_platdata *pdata; > int cur_clk; > int ext_cd_irq; > - int ext_cd_gpio; > > struct clk *clk_io; > struct clk *clk_bus[MAX_BUS_CLK]; > @@ -512,7 +511,6 @@ static int sdhci_s3c_probe(struct platform_device *pdev) > goto err_pdata_io_clk; > } else { > memcpy(pdata, pdev->dev.platform_data, sizeof(*pdata)); > - sc->ext_cd_gpio = -1; /* invalid gpio number */ > } > > drv_data = sdhci_s3c_get_driver_data(pdev); >
On Mon, 9 Dec 2019 at 19:37, Michał Mirosław <mirq-linux@rere.qmqm.pl> wrote: > > Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Applied for next, thanks! Kind regards Uffe > --- > drivers/mmc/host/sdhci-s3c.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c > index 51e096f27388..8b15945dd499 100644 > --- a/drivers/mmc/host/sdhci-s3c.c > +++ b/drivers/mmc/host/sdhci-s3c.c > @@ -117,7 +117,6 @@ struct sdhci_s3c { > struct s3c_sdhci_platdata *pdata; > int cur_clk; > int ext_cd_irq; > - int ext_cd_gpio; > > struct clk *clk_io; > struct clk *clk_bus[MAX_BUS_CLK]; > @@ -512,7 +511,6 @@ static int sdhci_s3c_probe(struct platform_device *pdev) > goto err_pdata_io_clk; > } else { > memcpy(pdata, pdev->dev.platform_data, sizeof(*pdata)); > - sc->ext_cd_gpio = -1; /* invalid gpio number */ > } > > drv_data = sdhci_s3c_get_driver_data(pdev); > -- > 2.20.1 >
diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c index 51e096f27388..8b15945dd499 100644 --- a/drivers/mmc/host/sdhci-s3c.c +++ b/drivers/mmc/host/sdhci-s3c.c @@ -117,7 +117,6 @@ struct sdhci_s3c { struct s3c_sdhci_platdata *pdata; int cur_clk; int ext_cd_irq; - int ext_cd_gpio; struct clk *clk_io; struct clk *clk_bus[MAX_BUS_CLK]; @@ -512,7 +511,6 @@ static int sdhci_s3c_probe(struct platform_device *pdev) goto err_pdata_io_clk; } else { memcpy(pdata, pdev->dev.platform_data, sizeof(*pdata)); - sc->ext_cd_gpio = -1; /* invalid gpio number */ } drv_data = sdhci_s3c_get_driver_data(pdev);
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> --- drivers/mmc/host/sdhci-s3c.c | 2 -- 1 file changed, 2 deletions(-)