commit | 6a258f7d0fbd9f5e93099018741a7e64dd3a4578 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Sat Apr 08 00:22:03 2017 +0100 |
committer | Richard Weinberger <richard@nod.at> | Mon May 08 20:48:41 2017 +0200 |
tree | a504f827dd82ddf08eb6167afcec996bb05c084b | |
parent | 8a1435880f452430b41374d27ac4a33e7bd381ea [diff] |
ubifs: Fix cut and paste error on sb type comparisons The check for the bad node type of sb->type is checking sa->type and not sb-type. This looks like a cut and paste error. Fix this. Detected by PVS-Studio, warning: V581 Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Richard Weinberger <richard@nod.at>