Re: [PATCH] dmaengine: cleanup with list_first_entry_or_null()

From: Vinod Koul
Date: Wed Sep 14 2016 - 09:33:55 EST


On Tue, Sep 13, 2016 at 03:08:17AM +0900, Masahiro Yamada wrote:
> The combo of list_empty() check and return list_first_entry()
> can be replaced with list_first_entry_or_null().

Applied, thanks

In future please do split this per driver, that helps..

--
~Vinod