Re: [PATCH] mmc: core: Fixup Oops for SDIO shutdown

2013-07-07 Thread Olof Johansson
On Sun, Jul 7, 2013 at 10:25 AM, Chris Ball wrote: > Hi, > > On Sun, Jul 07 2013, Olof Johansson wrote: >> On Tue, Jul 2, 2013 at 8:15 AM, Stephen Warren wrote: >>> On 07/02/2013 04:53 AM, Ulf Hansson wrote: Commit "mmc: core: Handle card shutdown from mmc_bus" introduced an Oops in the

Re: [PATCH] mmc: core: Fixup Oops for SDIO shutdown

2013-07-07 Thread Chris Ball
Hi, On Sun, Jul 07 2013, Olof Johansson wrote: > On Tue, Jul 2, 2013 at 8:15 AM, Stephen Warren wrote: >> On 07/02/2013 04:53 AM, Ulf Hansson wrote: >>> Commit "mmc: core: Handle card shutdown from mmc_bus" introduced an >>> Oops in the shutdown sequence for SDIO. >>> >>> The drv pointer, does no

Re: [PATCH] mmc: core: Fixup Oops for SDIO shutdown

2013-07-07 Thread Olof Johansson
On Tue, Jul 2, 2013 at 8:15 AM, Stephen Warren wrote: > On 07/02/2013 04:53 AM, Ulf Hansson wrote: >> Commit "mmc: core: Handle card shutdown from mmc_bus" introduced an >> Oops in the shutdown sequence for SDIO. >> >> The drv pointer, does not exist for SDIO since the probing of the SDIO >> card

Re: [PATCH] mmc: core: Fixup Oops for SDIO shutdown

2013-07-02 Thread Stephen Warren
On 07/02/2013 04:53 AM, Ulf Hansson wrote: > Commit "mmc: core: Handle card shutdown from mmc_bus" introduced an > Oops in the shutdown sequence for SDIO. > > The drv pointer, does not exist for SDIO since the probing of the SDIO > card from the mmc_bus perspective is expected to fail by returning

Re: [PATCH] mmc: core: Fixup Oops for SDIO shutdown

2013-07-02 Thread Tuomas Tynkkynen
On 07/02/2013 01:53 PM, Ulf Hansson wrote: > Commit "mmc: core: Handle card shutdown from mmc_bus" introduced an > Oops in the shutdown sequence for SDIO. > > The drv pointer, does not exist for SDIO since the probing of the SDIO > card from the mmc_bus perspective is expected to fail by returning

Re: [PATCH] mmc: core: Fixup Oops for SDIO shutdown

2013-07-02 Thread Jaehoon Chung
Acked-by: Jaehoon Chung Best Regards, Jaehoon Chung On 07/02/2013 07:53 PM, Ulf Hansson wrote: > Commit "mmc: core: Handle card shutdown from mmc_bus" introduced an > Oops in the shutdown sequence for SDIO. > > The drv pointer, does not exist for SDIO since the probing of the SDIO > card from t

[PATCH] mmc: core: Fixup Oops for SDIO shutdown

2013-07-02 Thread Ulf Hansson
Commit "mmc: core: Handle card shutdown from mmc_bus" introduced an Oops in the shutdown sequence for SDIO. The drv pointer, does not exist for SDIO since the probing of the SDIO card from the mmc_bus perspective is expected to fail by returning -ENODEV. This patch adds the proper check for the p