linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Beomho Seo <beomho.seo@samsung.com>, linux-iio@vger.kernel.org
Cc: ldewangan@nvidia.com, Peter Meerwald <pmeerw@pmeerw.net>,
	Myungjoo Ham <myungjoo.ham@samsung.com>,
	Jaehoon Chung <jh80.chung@samsung.com>
Subject: Re: [PATCH RESEND 2/2] iio: ak8975: Add device name
Date: Sat, 08 Feb 2014 10:32:51 +0000	[thread overview]
Message-ID: <52F607D3.2000507@kernel.org> (raw)
In-Reply-To: <52F0AFD0.50104@samsung.com>

On 04/02/14 09:16, Beomho Seo wrote:
>
> This patch add device name.
>
> Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
Applied to the togreg branch of iio.git

Whilst this is bringing the driver inline with the ABI, it probably doesn't
count as a bug fix and so can wait until the next merge window.

Thanks,

Jonathan
> ---
>   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 0542354..74866d1 100644
> --- a/drivers/iio/magnetometer/ak8975.c
> +++ b/drivers/iio/magnetometer/ak8975.c
> @@ -513,6 +513,7 @@ static int ak8975_probe(struct i2c_client *client,
>   	indio_dev->channels = ak8975_channels;
>   	indio_dev->num_channels = ARRAY_SIZE(ak8975_channels);
>   	indio_dev->info = &ak8975_info;
> +	indio_dev->name = id->name;
>   	indio_dev->modes = INDIO_DIRECT_MODE;
>
>   	err = iio_device_register(indio_dev);
>


      reply	other threads:[~2014-02-08 10:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-04  9:16 [PATCH RESEND 2/2] iio: ak8975: Add device name Beomho Seo
2014-02-08 10:32 ` Jonathan Cameron [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=52F607D3.2000507@kernel.org \
    --to=jic23@kernel.org \
    --cc=beomho.seo@samsung.com \
    --cc=jh80.chung@samsung.com \
    --cc=ldewangan@nvidia.com \
    --cc=linux-iio@vger.kernel.org \
    --cc=myungjoo.ham@samsung.com \
    --cc=pmeerw@pmeerw.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).