Re: [PATCH 2/2] mmc: meson-gx: remove mmc host on device removal

2017-02-17 Thread Kevin Hilman
Michał Zegan writes: > W dniu 17.02.2017 o 20:47, Kevin Hilman pisze: >> Michał Zegan writes: >> >>> The mmc host was added in meson_mmc_probe, but never removed in >>> meson_mmc_remove. >>> Fix that by removing the host before deallocating other

Re: [PATCH 2/2] mmc: meson-gx: remove mmc host on device removal

2017-02-17 Thread Kevin Hilman
Michał Zegan writes: > W dniu 17.02.2017 o 20:47, Kevin Hilman pisze: >> Michał Zegan writes: >> >>> The mmc host was added in meson_mmc_probe, but never removed in >>> meson_mmc_remove. >>> Fix that by removing the host before deallocating other resources. >>> >>> Signed-off-by: Michał Zegan

Re: [PATCH 2/2] mmc: meson-gx: remove mmc host on device removal

2017-02-17 Thread Michał Zegan
W dniu 17.02.2017 o 20:47, Kevin Hilman pisze: > Michał Zegan writes: > >> The mmc host was added in meson_mmc_probe, but never removed in >> meson_mmc_remove. >> Fix that by removing the host before deallocating other resources. >> >> Signed-off-by: Michał Zegan

Re: [PATCH 2/2] mmc: meson-gx: remove mmc host on device removal

2017-02-17 Thread Michał Zegan
W dniu 17.02.2017 o 20:47, Kevin Hilman pisze: > Michał Zegan writes: > >> The mmc host was added in meson_mmc_probe, but never removed in >> meson_mmc_remove. >> Fix that by removing the host before deallocating other resources. >> >> Signed-off-by: Michał Zegan > Reviewed-by: Kevin Hilman

Re: [PATCH 2/2] mmc: meson-gx: remove mmc host on device removal

2017-02-17 Thread Kevin Hilman
Michał Zegan writes: > The mmc host was added in meson_mmc_probe, but never removed in > meson_mmc_remove. > Fix that by removing the host before deallocating other resources. > > Signed-off-by: Michał Zegan Reviewed-by: Kevin Hilman

Re: [PATCH 2/2] mmc: meson-gx: remove mmc host on device removal

2017-02-17 Thread Kevin Hilman
Michał Zegan writes: > The mmc host was added in meson_mmc_probe, but never removed in > meson_mmc_remove. > Fix that by removing the host before deallocating other resources. > > Signed-off-by: Michał Zegan Reviewed-by: Kevin Hilman > --- > drivers/mmc/host/meson-gx-mmc.c | 2 ++ > 1 file

[PATCH 2/2] mmc: meson-gx: remove mmc host on device removal

2017-02-16 Thread Michał Zegan
The mmc host was added in meson_mmc_probe, but never removed in meson_mmc_remove. Fix that by removing the host before deallocating other resources. Signed-off-by: Michał Zegan --- drivers/mmc/host/meson-gx-mmc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH 2/2] mmc: meson-gx: remove mmc host on device removal

2017-02-16 Thread Michał Zegan
The mmc host was added in meson_mmc_probe, but never removed in meson_mmc_remove. Fix that by removing the host before deallocating other resources. Signed-off-by: Michał Zegan --- drivers/mmc/host/meson-gx-mmc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git