commit | 8acf9e817dca145eb07026b5e1701bc65df81c0c | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Nov 09 01:26:43 2017 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 20 20:18:38 2017 -0500 |
tree | fcaecdb2b4e614269c8d769622c781fd7fead6ad | |
parent | ed54b66bbf30ec09444d11dc1ee63f7d25c3fd1e [diff] |
yaffs2: rework yaffs_new_obj_id The iterator variable of list_for_each is never NULL. if (1 || A) is always true. Use break if entry found. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>