power: supply: ab8500: cleanup with list_first_entry_or_null()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 12 Sep 2016 18:23:21 +0000 (03:23 +0900)
committerSebastian Reichel <sre@kernel.org>
Mon, 19 Sep 2016 19:22:10 +0000 (21:22 +0200)
commitf04f7aef7f6aafdc0ba54c6b9670cd11f9d9200a
treee71ecade622eee6f384f5e52ce15a358e86bee01
parent1dff6ce0262bc42beb801527bd4725c6b8af0683
power: supply: ab8500: cleanup with 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: Sebastian Reichel <sre@kernel.org>
drivers/power/supply/ab8500_fg.c