commit | f296190e41ee1e1e6912f0ddae09b28e9cfae48d | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Sep 13 03:10:39 2016 +0900 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Tue Sep 20 14:26:04 2016 +0200 |
tree | 581f8993cd2c41f96cac539cdb9e590c4022bd89 | |
parent | 9078a54996a0989e25a04bbb9276bc340a52a673 [diff] |
s390/crashdump: use list_first_entry_or_null The combo of list_empty() check and return list_first_entry() can be replaced with list_first_entry_or_null(). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>