Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb922724 authored by Christian Lütke-Stetzkamp's avatar Christian Lütke-Stetzkamp Committed by Greg Kroah-Hartman
Browse files

staging: mt7621-mmc: Remove code checking for old kernel versions



Remove code, that is checking for old kernel versions, leaving only
the case for current versions.

Signed-off-by: default avatarChristian Lütke-Stetzkamp <christian@lkamp.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5ac36d9c
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -2749,12 +2749,8 @@ static int msdc_drv_probe(struct platform_device *pdev)
		mmc->caps |= MMC_CAP_NEEDS_POLL;

	/* MMC core transfer sizes tunable parameters */
#if LINUX_VERSION_CODE > KERNEL_VERSION(3, 10, 0)
	mmc->max_segs      = MAX_HW_SGMTS;
#else
	mmc->max_hw_segs   = MAX_HW_SGMTS;
	mmc->max_phys_segs = MAX_PHY_SGMTS;
#endif

	mmc->max_seg_size  = MAX_SGMT_SZ;
	mmc->max_blk_size  = HOST_MAX_BLKSZ;
	mmc->max_req_size  = MAX_REQ_SZ;