Re: [PATCH] mfd: arizona: Remove unused variable

2012-09-11 Thread Samuel Ortiz
Hi Mark,

On Sat, Sep 08, 2012 at 09:00:59AM +0800, Mark Brown wrote:
> Left over as bitrot from previous changes.
> 
> Signed-off-by: Mark Brown 
> ---
>  drivers/mfd/arizona-irq.c |2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
Thanks, applied now.

Cheers,
Samuel.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] mfd: arizona: Remove unused variable

2012-09-07 Thread Mark Brown
Left over as bitrot from previous changes.

Signed-off-by: Mark Brown 
---
 drivers/mfd/arizona-irq.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/arizona-irq.c b/drivers/mfd/arizona-irq.c
index a062153..f7886c8 100644
--- a/drivers/mfd/arizona-irq.c
+++ b/drivers/mfd/arizona-irq.c
@@ -95,7 +95,7 @@ static irqreturn_t arizona_irq_thread(int irq, void *data)
 {
struct arizona *arizona = data;
unsigned int val;
-   int i, ret;
+   int ret;
 
ret = pm_runtime_get_sync(arizona->dev);
if (ret < 0) {
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/