All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: outreachy-kernel@googlegroups.com
Cc: Ioana Ciornei <ciorneiioana@gmail.com>
Subject: Re: [Outreachy kernel] [PATCH v2 0/3] use resource managed devm_iio_device_register
Date: Fri, 02 Oct 2015 23:28:05 +0200	[thread overview]
Message-ID: <8187227.aifReskkfY@wuerfel> (raw)
In-Reply-To: <cover.1443781973.git.ciorneiioana@gmail.com>

On Friday 02 October 2015 13:37:47 Ioana Ciornei wrote:
> This patchset replaces the use of iio_device_register with
> the resource managed function devm_iio_device_register when the remove function
> only unregisters the device. Since an iio_dev registered with this function is
> automatically unregistered on driver detach there is no need for the remove
> function and therefore it is removed.
> 

Hi Ioana,

I see you got a 'Reviewed-by: Vaishali Thakkar <vthakkar1994@gmail.com>'
reply for this already. If someone replies with a tag like this, please
it add below your Signed-off-by line.

[The patches look ok to me as well, but I'm not sure enough about the
meaning of devm_iio_device_register() to provide my own Reviewed-by]

	Arnd


      parent reply	other threads:[~2015-10-02 21:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-02 10:37 [PATCH v2 0/3] use resource managed devm_iio_device_register Ioana Ciornei
2015-10-02 10:37 ` [PATCH v2 1/3] staging: iio: cdc: use devm_iio_device_register instead iio_device_register Ioana Ciornei
2015-10-02 10:37 ` [PATCH v2 2/3] staging: iio: light: " Ioana Ciornei
2015-10-02 10:37 ` [PATCH v2 3/3] staging: iio: resolver: replace iio_device_register by devm_iio_device_register Ioana Ciornei
2015-10-02 21:28 ` Arnd Bergmann [this message]

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=8187227.aifReskkfY@wuerfel \
    --to=arnd@arndb.de \
    --cc=ciorneiioana@gmail.com \
    --cc=outreachy-kernel@googlegroups.com \
    /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.