All of lore.kernel.org
 help / color / mirror / Atom feed
From: Beomho Seo <beomho.seo@samsung.com>
To: linux-iio@vger.kernel.org
Cc: Jonathan Cameron <jic23@kernel.org>,
	Manuel Stahl <manuel.stahl@iis.fraunhofer.de>
Subject: Re: [PATCH 1/1] iio: ak8975: Set name
Date: Wed, 05 Feb 2014 20:19:41 +0900	[thread overview]
Message-ID: <52F21E4D.1080005@samsung.com> (raw)
In-Reply-To: <1391596181-21377-1-git-send-email-manuel.stahl@iis.fraunhofer.de>

Hello,

> This creates the mandatory name attribute for the device.
> 

Already, I have sent same patch set[1].

> Signed-off-by: Manuel Stahl <manuel.stahl@iis.fraunhofer.de>
> ---
>  drivers/iio/magnetometer/ak8975.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/iio/magnetometer/ak8975.c b/drivers/iio/magnetometer/ak8975.c
> index ff284e5..c61a764 100644
> --- a/drivers/iio/magnetometer/ak8975.c
> +++ b/drivers/iio/magnetometer/ak8975.c
> @@ -508,6 +508,7 @@ static int ak8975_probe(struct i2c_client *client,
>  	mutex_init(&data->lock);
>  	data->eoc_gpio = eoc_gpio;
>  	indio_dev->dev.parent = &client->dev;
> +	indio_dev->name = id->name;
>  	indio_dev->channels = ak8975_channels;
>  	indio_dev->num_channels = ARRAY_SIZE(ak8975_channels);
>  	indio_dev->info = &ak8975_info;
> 

[1] http://marc.info/?l=linux-iio&m=139097191528544&w=2

-- 
Best Regards,

      reply	other threads:[~2014-02-05 11:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-05 10:29 [PATCH 1/1] iio: ak8975: Set name Manuel Stahl
2014-02-05 11:19 ` Beomho Seo [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=52F21E4D.1080005@samsung.com \
    --to=beomho.seo@samsung.com \
    --cc=jic23@kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=manuel.stahl@iis.fraunhofer.de \
    /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.