mmc: core: Do not leave the block driver in a suspended state
Adrian Hunter authored

The block driver must be resumed if the mmc bus fails to suspend the card.
Signed-off-by: default avatarAdrian Hunter <adrian.hunter@intel.com>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Cc: stable@vger.kernel.org # v3.19+
Signed-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
ebe7dd45
Name Last commit Last update
Documentation Merge tag 'pwm/for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm
arch Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd
block Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
certs License cleanup: add SPDX GPL-2.0 license identifier to files with no license
crypto kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK
drivers mmc: core: Do not leave the block driver in a suspended state
firmware License cleanup: add SPDX GPL-2.0 license identifier to files with no license
fs Merge tag 'xfs-4.15-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
include Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd
init EXPERT Kconfig menu: fix broken EXPERT menu
ipc Merge branch 'akpm' (patches from Andrew)
kernel Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
lib Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd
mm mm: add infrastructure for get_user_pages_fast() benchmarking
net Merge branch '9p-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
samples Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
scripts Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
security ima: do not update security.ima if appraisal status is not INTEGRITY_PASS
sound Merge tag 'sound-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
tools Merge tag 'platform-drivers-x86-v4.15-1' of git://git.infradead.org/linux-platform-drivers-x86
usr initramfs: fix initramfs rebuilds w/ compression after disabling
virt Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.