Re: [PATCH 1/2] mmc: dw_mmc: use __devinit_p macro for .remove()

2012-10-03 Thread Andy Shevchenko
On Wed, 2012-10-03 at 22:41 +0900, Girish K S wrote: > its __devexit_p not __devinit_p True. Thanks for catching this typo. -- Andy Shevchenko Intel Finland Oy -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More m

Re: [PATCH 1/2] mmc: dw_mmc: use __devinit_p macro for .remove()

2012-10-03 Thread Girish K S
its __devexit_p not __devinit_p On 3 October 2012 22:26, Andy Shevchenko wrote: > Signed-off-by: Andy Shevchenko > --- > drivers/mmc/host/dw_mmc-pci.c |2 +- > drivers/mmc/host/dw_mmc-pltfm.c |2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/mmc/host

[PATCH 1/2] mmc: dw_mmc: use __devinit_p macro for .remove()

2012-10-03 Thread Andy Shevchenko
Signed-off-by: Andy Shevchenko --- drivers/mmc/host/dw_mmc-pci.c |2 +- drivers/mmc/host/dw_mmc-pltfm.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/host/dw_mmc-pci.c b/drivers/mmc/host/dw_mmc-pci.c index edb37e9..53a09cb 100644 --- a/drivers/mmc/hos