On Mon, Sep 12, 2016 at 8:08 PM, Masahiro Yamada <[email protected]> wrote:
> 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 <[email protected]> Acked-by: Linus Walleij <[email protected]> Excellent deep semantics patch! Yours, Linus Walleij

