Message ID | 20170718121915.23303-2-ian@mnementh.co.uk (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 18 July 2017 at 14:19, Ian Molton <ian@mnementh.co.uk> wrote: > I cannot see why this is needed. kmap() should be safe in this case. > > Signed-off-by: Ian Molton <ian@mnementh.co.uk> Thanks, applied for next! Kind regards Uffe > --- > drivers/mmc/host/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig > index 5755b69f2f72..a8980e9e688b 100644 > --- a/drivers/mmc/host/Kconfig > +++ b/drivers/mmc/host/Kconfig > @@ -494,7 +494,7 @@ config MMC_GOLDFISH > > config MMC_SPI > tristate "MMC/SD/SDIO over SPI" > - depends on SPI_MASTER && !HIGHMEM && HAS_DMA > + depends on SPI_MASTER && HAS_DMA > select CRC7 > select CRC_ITU_T > help > -- > 2.11.0 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-mmc" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 5755b69f2f72..a8980e9e688b 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -494,7 +494,7 @@ config MMC_GOLDFISH config MMC_SPI tristate "MMC/SD/SDIO over SPI" - depends on SPI_MASTER && !HIGHMEM && HAS_DMA + depends on SPI_MASTER && HAS_DMA select CRC7 select CRC_ITU_T help
I cannot see why this is needed. kmap() should be safe in this case. Signed-off-by: Ian Molton <ian@mnementh.co.uk> --- drivers/mmc/host/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)