commit | b717d98543d90c50f398ddfe9665483d09adca7a | [log] [tgz] |
---|---|---|
author | Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> | Fri May 23 00:03:16 2014 +0200 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed May 28 13:35:39 2014 +1000 |
tree | b39617222f9507721d006195b3919e76f8b97294 | |
parent | 4750afa2c56821c9184c4d1b6606c3c459ca73de [diff] |
arch: powerpc/fadump: Cleaning up inconsistent NULL checks Cleaning up inconsistent NULL checks. There is otherwise a risk of a possible null pointer dereference. Was largely found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>