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