Re: [PATCH] mmc: core: Add error message when switching fails in mmc_select_hs()

2016-08-25 Thread Ulf Hansson
On 24 August 2016 at 12:34, Jungseung Lee wrote: > The switch failure message in mmc_select_timing() had been removed > since that is invalid: commit 0400ed0a083a ("mmc: core: remove the > invalid message in mmc_select_timing") > > Now, in the case when mmc_select_hs()

Re: [PATCH] mmc: core: Add error message when switching fails in mmc_select_hs()

2016-08-25 Thread Ulf Hansson
On 24 August 2016 at 12:34, Jungseung Lee wrote: > The switch failure message in mmc_select_timing() had been removed > since that is invalid: commit 0400ed0a083a ("mmc: core: remove the > invalid message in mmc_select_timing") > > Now, in the case when mmc_select_hs() return error in

[PATCH] mmc: core: Add error message when switching fails in mmc_select_hs()

2016-08-24 Thread Jungseung Lee
The switch failure message in mmc_select_timing() had been removed since that is invalid: commit 0400ed0a083a ("mmc: core: remove the invalid message in mmc_select_timing") Now, in the case when mmc_select_hs() return error in mmc_select_timing(), there is nothing to print failure message. Let's

[PATCH] mmc: core: Add error message when switching fails in mmc_select_hs()

2016-08-24 Thread Jungseung Lee
The switch failure message in mmc_select_timing() had been removed since that is invalid: commit 0400ed0a083a ("mmc: core: remove the invalid message in mmc_select_timing") Now, in the case when mmc_select_hs() return error in mmc_select_timing(), there is nothing to print failure message. Let's