From: vinod.koul@intel.com (Vinod Koul)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] dmaengine: cleanup with list_first_entry_or_null()
Date: Wed, 14 Sep 2016 19:12:02 +0530 [thread overview]
Message-ID: <20160914134202.GK13920@localhost> (raw)
In-Reply-To: <1473703697-903-1-git-send-email-yamada.masahiro@socionext.com>
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
WARNING: multiple messages have this Message-ID (diff)
From: Vinod Koul <vinod.koul@intel.com>
To: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: dmaengine@vger.kernel.org,
Linus Walleij <linus.walleij@linaro.org>,
linux-kernel@vger.kernel.org,
Dan Williams <dan.j.williams@intel.com>,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] dmaengine: cleanup with list_first_entry_or_null()
Date: Wed, 14 Sep 2016 19:12:02 +0530 [thread overview]
Message-ID: <20160914134202.GK13920@localhost> (raw)
In-Reply-To: <1473703697-903-1-git-send-email-yamada.masahiro@socionext.com>
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
next prev parent reply other threads:[~2016-09-14 13:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-12 18:08 [PATCH] dmaengine: cleanup with list_first_entry_or_null() Masahiro Yamada
2016-09-12 18:08 ` Masahiro Yamada
2016-09-13 11:39 ` Linus Walleij
2016-09-13 11:39 ` Linus Walleij
2016-09-14 13:42 ` Vinod Koul [this message]
2016-09-14 13:42 ` Vinod Koul
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160914134202.GK13920@localhost \
--to=vinod.koul@intel.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.