Merge branch 'fixes' into next

This commit is contained in:
Ulf Hansson
2019-02-28 09:16:18 +01:00
8 changed files with 39 additions and 15 deletions

View File

@@ -1450,6 +1450,7 @@ static int mmc_spi_probe(struct spi_device *spi)
mmc->caps &= ~MMC_CAP_NEEDS_POLL;
mmc_gpiod_request_cd_irq(mmc);
}
mmc_detect_change(mmc, 0);
/* Index 1 is write protect/read only */
status = mmc_gpiod_request_ro(mmc, NULL, 1, 0, NULL);