commit | a4014203612e80fb6de1e0f3f70de84ad8ba75fa | [log] [tgz] |
---|---|---|
author | Brian Norris <computersforpeace@gmail.com> | Sat Feb 28 02:23:28 2015 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed May 06 21:56:26 2015 +0200 |
tree | fb1251721fc17b39d989c73849a7e15e24ee42a1 | |
parent | 7e0a5b1f3d114523b282e71462dcf0cc6006a884 [diff] |
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 <computersforpeace@gmail.com> [rw: Fixed comparison] Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>