commit | 96658be4073aaa55101b17e95c7b704a2cc7c83a | [log] [tgz] |
---|---|---|
author | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | Mon May 26 22:05:31 2014 +0000 |
committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | Mon May 26 22:05:31 2014 +0000 |
tree | 4240d774ca35015fb68fb32a2f2c2b0a2ca4b1ec | |
parent | 6455dff07b06e3b870f75e88652e0501810bd104 [diff] |
Fix selfcheck of various arrays Stefan Reinauer has reported ridiculous NULL checks for arrays in our self_check function found by Coverity (CID1130005). This patch removes the useless checks but keeps and fixes the one responsible for the flashchips array by exporting the array size in a new constant. Corresponding to flashrom svn r1799. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>