From: Jonathan Cameron <jic23@cam.ac.uk>
To: michael.hennerich@analog.com
Cc: linux-iio@vger.kernel.org,
device-drivers-devel@blackfin.uclinux.org, drivers@analog.com
Subject: Re: [PATCH 1/2] iio: core: deconstify members of struct iio_chan_spec
Date: Fri, 15 Jul 2011 14:19:22 +0100 [thread overview]
Message-ID: <4E203E5A.2050408@cam.ac.uk> (raw)
In-Reply-To: <1310734743-2623-1-git-send-email-michael.hennerich@analog.com>
On 07/15/11 13:59, michael.hennerich@analog.com wrote:
> From: Michael Hennerich <michael.hennerich@analog.com>
>
> Allow dynamic allocation and population of channel spec.
>
> Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
> ---
> drivers/staging/iio/iio.h | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/staging/iio/iio.h b/drivers/staging/iio/iio.h
> index 7a6ce4d..a9d7730 100644
> --- a/drivers/staging/iio/iio.h
> +++ b/drivers/staging/iio/iio.h
> @@ -121,9 +121,9 @@ struct iio_chan_spec {
> u8 storagebits;
> u8 shift;
> } scan_type;
> - const long info_mask;
> - const long event_mask;
> - const char *extend_name;
> + long info_mask;
> + long event_mask;
> + char *extend_name;
> unsigned processed_val:1;
> unsigned modified:1;
> unsigned indexed:1;
next prev parent reply other threads:[~2011-07-15 13:19 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-15 12:59 [PATCH 1/2] iio: core: deconstify members of struct iio_chan_spec michael.hennerich
2011-07-15 12:59 ` [PATCH 2/2] iio: adc: New driver for AD7280A Lithium Ion Battery Monitoring System michael.hennerich
2011-07-18 11:43 ` Jonathan Cameron
2011-07-18 12:48 ` Michael Hennerich
2011-07-18 12:56 ` Jonathan Cameron
2011-07-18 13:36 ` Michael Hennerich
2011-07-18 13:41 ` Jonathan Cameron
2011-07-18 13:47 ` Michael Hennerich
2011-07-18 15:06 ` Michael Hennerich
2011-07-18 15:12 ` Jonathan Cameron
2011-07-15 13:19 ` Jonathan Cameron [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-07-20 13:03 [PATCH 1/2] iio: core: deconstify members of struct iio_chan_spec michael.hennerich
2011-07-20 13:03 ` michael.hennerich
2011-07-20 13:06 ` Michael Hennerich
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=4E203E5A.2050408@cam.ac.uk \
--to=jic23@cam.ac.uk \
--cc=device-drivers-devel@blackfin.uclinux.org \
--cc=drivers@analog.com \
--cc=linux-iio@vger.kernel.org \
--cc=michael.hennerich@analog.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.