commit | fd0dd1cae8c9516122b7db767a066f8dc9031b52 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Aug 26 16:59:24 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Sat Aug 26 16:59:24 2017 -0400 |
tree | e489425a5bfee5d8ecc6e9d051e019160fc96a40 | |
parent | 3080386e6297a70a35b4ce44cae8023669501954 [diff] |
mtdparts: Fix uninitialized scalar usage When reworking this code to fix other issues found by Coverity, I forgot to ensure tmp_ep was always cleared before use. Reported-by: Coverity (CID: 166612) Fixes: bc028345acc4 ("mtdparts: Fix final outstanding issue reported by Coverity") Signed-off-by: Tom Rini <trini@konsulko.com>