commit | 428e60e079ba700dad3d883ec12653f1a5cedea6 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Mar 08 22:52:29 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 09 12:31:06 2018 -0500 |
tree | bdc41af00ed32aa159baa8c9d8d8b047b2d6574c | |
parent | c9bf43dd9d49c5024a9a361b5168ef664186c22a [diff] |
yaffs2: iterator variable cannot be NULL The iterator of list_for_each() is never NULL. Identified with coccinelle. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>