From 6c2c15a60b32e1ef46f8c0f4569e56e06bbb473c Mon Sep 17 00:00:00 2001 From: Richard Genoud Date: Wed, 12 Sep 2012 14:26:26 +0200 Subject: [PATCH] --- yaml --- r: 332763 b: refs/heads/master c: bb0a13a13411c4ce24c48c8ff3cdf7b48d237240 h: refs/heads/master i: 332761: 8d907eb1ea13978b8271f1226d274f8c52e3608d 332759: c5ded1c93017d434d318dd7daeae79b443dfb379 v: v3 --- [refs] | 2 +- trunk/drivers/mtd/nand/nandsim.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index ad8af60db1a7..11c3b6dac10a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5bf3d66a933efb71fa6db08a5043a617b6eadb4a +refs/heads/master: bb0a13a13411c4ce24c48c8ff3cdf7b48d237240 diff --git a/trunk/drivers/mtd/nand/nandsim.c b/trunk/drivers/mtd/nand/nandsim.c index 21e64b5d352b..a932c485eb04 100644 --- a/trunk/drivers/mtd/nand/nandsim.c +++ b/trunk/drivers/mtd/nand/nandsim.c @@ -2317,6 +2317,7 @@ static int __init ns_init_module(void) uint64_t new_size = (uint64_t)nsmtd->erasesize << overridesize; if (new_size >> overridesize != nsmtd->erasesize) { NS_ERR("overridesize is too big\n"); + retval = -EINVAL; goto err_exit; } /* N.B. This relies on nand_scan not doing anything with the size before we change it */