commit | 02680b31a0b3757e121d27223b6fe21778f52408 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Tue Jan 10 16:57:32 2017 +0000 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Feb 06 23:25:53 2017 -0500 |
tree | 4258f6cca83a01f1f03a57b7400867bad4d4bde9 | |
parent | a5d431eff2e0bb22156897435aa277ddc96074f7 [diff] |
fscrypt: remove redundant assignment of res res is assigned to sizeof(ctx), however, this is unused and res is updated later on without that assigned value to res ever being used. Remove this redundant assignment. Fixes CoverityScan CID#1395546 "Unused value" Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>