OSDN Git Service

mtd: Fix mtd_check_oob_ops()
authorMiquel Raynal <miquel.raynal@free-electrons.com>
Mon, 18 Dec 2017 07:26:28 +0000 (08:26 +0100)
committerRichard Weinberger <richard@nod.at>
Mon, 18 Dec 2017 08:16:35 +0000 (09:16 +0100)
commitd82c3682168431d29ba1741d0cd5ef45c68bf8e0
treec2e6ab78c76f4abc9697989e05494b249fb6b5f1
parent9ec4c8e810588ddf6a4a2ebd501cf6cc18c97ad0
mtd: Fix mtd_check_oob_ops()

The mtd_check_oob_ops() helper verifies if the operation defined by the
user is correct.

Fix the check that verifies if the entire requested area exists. This
check is too restrictive and will fail anytime the last data byte of the
very last page is included in an operation.

Fixes: 5cdd929da53d ("mtd: Add sanity checks in mtd_write/read_oob()")
Signed-off-by: Miquel Raynal <miquel.raynal@free-electrons.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
drivers/mtd/mtdcore.c