* [PATCH] soc/mediatek: Remove unused variables
@ 2015-04-08 8:50 Thierry Reding
2015-04-08 9:36 ` Matthias Brugger
0 siblings, 1 reply; 2+ messages in thread
From: Thierry Reding @ 2015-04-08 8:50 UTC (permalink / raw)
To: linux-arm-kernel
From: Thierry Reding <treding@nvidia.com>
The PMIC wrapper driver adds a couple of variables that are never used.
Remove them to avoid build warnings.
Signed-off-by: Thierry Reding <treding@nvidia.com>
---
drivers/soc/mediatek/mtk-pmic-wrap.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/soc/mediatek/mtk-pmic-wrap.c b/drivers/soc/mediatek/mtk-pmic-wrap.c
index 4a38506154c6..db5be1eec54c 100644
--- a/drivers/soc/mediatek/mtk-pmic-wrap.c
+++ b/drivers/soc/mediatek/mtk-pmic-wrap.c
@@ -563,8 +563,6 @@ static int pwrap_init_sidly(struct pmic_wrapper *wrp)
static int pwrap_init_reg_clock(struct pmic_wrapper *wrp)
{
- u32 wdata;
- u32 rdata;
unsigned long rate_spi;
int ck_mhz;
--
2.3.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] soc/mediatek: Remove unused variables
2015-04-08 8:50 [PATCH] soc/mediatek: Remove unused variables Thierry Reding
@ 2015-04-08 9:36 ` Matthias Brugger
0 siblings, 0 replies; 2+ messages in thread
From: Matthias Brugger @ 2015-04-08 9:36 UTC (permalink / raw)
To: linux-arm-kernel
2015-04-08 10:50 GMT+02:00 Thierry Reding <thierry.reding@gmail.com>:
> From: Thierry Reding <treding@nvidia.com>
>
> The PMIC wrapper driver adds a couple of variables that are never used.
> Remove them to avoid build warnings.
>
> Signed-off-by: Thierry Reding <treding@nvidia.com>
You are right, I didn't notice when merging.
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
> ---
> drivers/soc/mediatek/mtk-pmic-wrap.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/soc/mediatek/mtk-pmic-wrap.c b/drivers/soc/mediatek/mtk-pmic-wrap.c
> index 4a38506154c6..db5be1eec54c 100644
> --- a/drivers/soc/mediatek/mtk-pmic-wrap.c
> +++ b/drivers/soc/mediatek/mtk-pmic-wrap.c
> @@ -563,8 +563,6 @@ static int pwrap_init_sidly(struct pmic_wrapper *wrp)
>
> static int pwrap_init_reg_clock(struct pmic_wrapper *wrp)
> {
> - u32 wdata;
> - u32 rdata;
> unsigned long rate_spi;
> int ck_mhz;
>
> --
> 2.3.2
>
--
motzblog.wordpress.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-04-08 9:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-08 8:50 [PATCH] soc/mediatek: Remove unused variables Thierry Reding
2015-04-08 9:36 ` Matthias Brugger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).