From fbb42203860800005ddf209b1d5efe4c6959b250 Mon Sep 17 00:00:00 2001 From: Eric Lee Date: Mon, 14 Dec 2015 13:50:37 +0800 Subject: [PATCH] mmc: core: Fix off-by-one error in mmc_do_calc_max_discard() --- recipes-kernel/linux/linux-smarcfimx6_3.14.28.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-smarcfimx6_3.14.28.bb b/recipes-kernel/linux/linux-smarcfimx6_3.14.28.bb index 258ef1d..51f582c 100644 --- a/recipes-kernel/linux/linux-smarcfimx6_3.14.28.bb +++ b/recipes-kernel/linux/linux-smarcfimx6_3.14.28.bb @@ -17,7 +17,7 @@ SRC_URI = "${EMB_KERNEL_MIRROR};protocol=ssh;branch=${SRCBRANCH} \ file://defconfig \ " -SRCREV = "b1c777f7d6ab8f361f0ca94a10c6f59e1bae7f8f" +SRCREV = "cbc387c117a2f09a8a5a204a9a78d45685e9acc6" PV = "3.14.28" LOCALVERSION = "-1.0.1_smarc" -- 1.9.1