mbox series

[v1,0/2] Let sanitize not retry in case of timeout/failure

Message ID 20210414212236.346813-1-huobean@gmail.com (mailing list archive)
Headers show
Series Let sanitize not retry in case of timeout/failure | expand

Message

Bean Huo April 14, 2021, 9:22 p.m. UTC
From: Bean Huo <beanhuo@micron.com>


Bean Huo (2):
  mmc: core: Add a retries parameter to __mmc_switch function
  mmc: core: Let sanitize not retry in case of timeout/failure

 drivers/mmc/core/mmc.c     | 22 +++++++++++-----------
 drivers/mmc/core/mmc_ops.c | 11 ++++++-----
 drivers/mmc/core/mmc_ops.h |  2 +-
 3 files changed, 18 insertions(+), 17 deletions(-)

Comments

Ulf Hansson April 15, 2021, 12:02 p.m. UTC | #1
On Wed, 14 Apr 2021 at 23:22, Bean Huo <huobean@gmail.com> wrote:
>
> From: Bean Huo <beanhuo@micron.com>
>
>
> Bean Huo (2):
>   mmc: core: Add a retries parameter to __mmc_switch function
>   mmc: core: Let sanitize not retry in case of timeout/failure
>
>  drivers/mmc/core/mmc.c     | 22 +++++++++++-----------
>  drivers/mmc/core/mmc_ops.c | 11 ++++++-----
>  drivers/mmc/core/mmc_ops.h |  2 +-
>  3 files changed, 18 insertions(+), 17 deletions(-)

Applied for next, thanks!

Kind regards
Uffe