Re: [PATCH] mmc: dw_mmc: exynos: remove incorrect __exit_p()

2015-01-27 Thread Ulf Hansson
On 24 January 2015 at 01:33, Dmitry Torokhov wrote: > dw_mci_pltfm_remove() is not (nor should it be) marked as __exit, > so we should not be using __exit_p() wrapper with it. > > Signed-off-by: Dmitry Torokhov Thanks! Applied for next. Kind regards Uffe > --- > drivers/mmc/host/dw_mmc-exyno

Re: [PATCH] mmc: dw_mmc: exynos: remove incorrect __exit_p()

2015-01-26 Thread Doug Anderson
Dmitry, On Fri, Jan 23, 2015 at 4:33 PM, Dmitry Torokhov wrote: > dw_mci_pltfm_remove() is not (nor should it be) marked as __exit, > so we should not be using __exit_p() wrapper with it. > > Signed-off-by: Dmitry Torokhov > --- > drivers/mmc/host/dw_mmc-exynos.c | 2 +- > 1 file changed, 1 ins

[PATCH] mmc: dw_mmc: exynos: remove incorrect __exit_p()

2015-01-23 Thread Dmitry Torokhov
dw_mci_pltfm_remove() is not (nor should it be) marked as __exit, so we should not be using __exit_p() wrapper with it. Signed-off-by: Dmitry Torokhov --- drivers/mmc/host/dw_mmc-exynos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/dw_mmc-exynos.c b/drive