linux/drivers/mmc
Adrian Hunter 4bb74313b3 mmc: sdhci: Fix vqmmc error setting
supply.vqmmc is used with the IS_ERR macro which means
the value must be valid or an error code.  NULL is
neither, so replace with ERR_PTR(-EINVAL).

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2014-11-26 14:30:51 +01:00
..
card mmc: mmc_test: Extend "Badly aligned" tests for 8-byte alignment 2014-11-10 12:40:54 +01:00
core mmc: core: use mmc_send_status to check hw_reset 2014-11-10 12:40:56 +01:00
host mmc: sdhci: Fix vqmmc error setting 2014-11-26 14:30:51 +01:00
Kconfig
Makefile mmc: sdhci-pci: add platform data 2012-01-11 23:58:47 -05:00