From: Brian Norris Date: Sat, 28 Feb 2015 10:23:28 +0000 (-0800) Subject: UBI: fix check for "too many bytes" X-Git-Tag: omap-for-v4.1/fixes-rc1~135^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=299d0c5b27346a77a0777c993372bf8777d4f2e5;p=pandora-kernel.git 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 Signed-off-by: Brian Norris [rw: Fixed comparison] Signed-off-by: Richard Weinberger --- Reading git-diff-tree failed