mmc: Remove distinction between hw and phys segments
We have deprecated the distinction between hardware and physical segments in the block layer. Consolidate the two limits into one in drivers/mmc/. Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Chris Ball <cjb@laptop.org>
This commit is contained in:
@@ -1164,8 +1164,7 @@ msmsdcc_probe(struct platform_device *pdev)
|
||||
mmc->caps |= MMC_CAP_SDIO_IRQ;
|
||||
mmc->caps |= MMC_CAP_MMC_HIGHSPEED | MMC_CAP_SD_HIGHSPEED;
|
||||
|
||||
mmc->max_phys_segs = NR_SG;
|
||||
mmc->max_hw_segs = NR_SG;
|
||||
mmc->max_segs = NR_SG;
|
||||
mmc->max_blk_size = 4096; /* MCI_DATA_CTL BLOCKSIZE up to 4096 */
|
||||
mmc->max_blk_count = 65536;
|
||||
|
||||
|
Reference in New Issue
Block a user