OSDN Git Service

UBI: fix check for "too many bytes"
authorBrian Norris <computersforpeace@gmail.com>
Sat, 28 Feb 2015 10:23:28 +0000 (02:23 -0800)
committerRichard Weinberger <richard@nod.at>
Thu, 26 Mar 2015 11:07:18 +0000 (12:07 +0100)
commit299d0c5b27346a77a0777c993372bf8777d4f2e5
treeaa5dff687c0e59fab18acb493c3350559aebb733
parentf16db8071ce18819fbd705ddcc91c6f392fb61f8
UBI: fix check for "too many bytes"

The comparison from the previous line seems to have been erroneously
(partially) copied-and-pasted onto the next. The second line should be
checking req.bytes, not req.lnum.

Coverity CID #139400

Cc: stable <stable@vger.kernel.org>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
[rw: Fixed comparison]
Signed-off-by: Richard Weinberger <richard@nod.at>
drivers/mtd/ubi/cdev.c