* [PATCH] mfd: Add missed free_irq in da903x_remove
@ 2011-10-31 2:34 Axel Lin
2011-10-31 9:48 ` Eric Miao
2011-11-14 0:01 ` Samuel Ortiz
0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2011-10-31 2:34 UTC (permalink / raw)
To: linux-kernel; +Cc: Mike Rapoport, Eric Miao, Samuel Ortiz
Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
drivers/mfd/da903x.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/mfd/da903x.c b/drivers/mfd/da903x.c
index 1b79c37..62ce685 100644
--- a/drivers/mfd/da903x.c
+++ b/drivers/mfd/da903x.c
@@ -549,6 +549,7 @@ static int __devexit da903x_remove(struct i2c_client *client)
struct da903x_chip *chip = i2c_get_clientdata(client);
da903x_remove_subdevs(chip);
+ free_irq(client->irq, chip);
kfree(chip);
return 0;
}
--
1.7.5.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] mfd: Add missed free_irq in da903x_remove
2011-10-31 2:34 [PATCH] mfd: Add missed free_irq in da903x_remove Axel Lin
@ 2011-10-31 9:48 ` Eric Miao
2011-11-14 0:01 ` Samuel Ortiz
1 sibling, 0 replies; 3+ messages in thread
From: Eric Miao @ 2011-10-31 9:48 UTC (permalink / raw)
To: Axel Lin; +Cc: linux-kernel, Mike Rapoport, Samuel Ortiz
On Mon, Oct 31, 2011 at 10:34 AM, Axel Lin <axel.lin@gmail.com> wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Eric Miao <eric.y.miao@gmail.com>
> ---
> drivers/mfd/da903x.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/mfd/da903x.c b/drivers/mfd/da903x.c
> index 1b79c37..62ce685 100644
> --- a/drivers/mfd/da903x.c
> +++ b/drivers/mfd/da903x.c
> @@ -549,6 +549,7 @@ static int __devexit da903x_remove(struct i2c_client *client)
> struct da903x_chip *chip = i2c_get_clientdata(client);
>
> da903x_remove_subdevs(chip);
> + free_irq(client->irq, chip);
> kfree(chip);
> return 0;
> }
> --
> 1.7.5.4
>
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] mfd: Add missed free_irq in da903x_remove
2011-10-31 2:34 [PATCH] mfd: Add missed free_irq in da903x_remove Axel Lin
2011-10-31 9:48 ` Eric Miao
@ 2011-11-14 0:01 ` Samuel Ortiz
1 sibling, 0 replies; 3+ messages in thread
From: Samuel Ortiz @ 2011-11-14 0:01 UTC (permalink / raw)
To: Axel Lin; +Cc: linux-kernel, Mike Rapoport, Eric Miao
Hi Axel,
On Mon, Oct 31, 2011 at 10:34:01AM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
> ---
> drivers/mfd/da903x.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
Thanks, I applied this one.
Cheers,
Samuel.
--
Intel Open Source Technology Centre
http://oss.intel.com/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-11-13 23:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-31 2:34 [PATCH] mfd: Add missed free_irq in da903x_remove Axel Lin
2011-10-31 9:48 ` Eric Miao
2011-11-14 0:01 ` Samuel Ortiz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox