[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4E14BB35.5070800@cam.ac.uk>
Date: Wed, 06 Jul 2011 20:44:53 +0100
From: Jonathan Cameron <jic23@....ac.uk>
To: Bryan Freed <bfreed@...omium.org>
CC: linux-kernel@...r.kernel.org, gregkh@...e.de, rklein@...dia.com,
linux-iio@...r.kernel.org
Subject: Re: [PATCH 1/3] staging:iio: Reorder channel type strings to match
the iio.h enums.
On 07/06/11 19:56, Bryan Freed wrote:
> This makes comparison between the iio_chan_type_name_spec_shared strings
> and the iio_chan_type enums easier.
>
> Signed-off-by: Bryan Freed <bfreed@...omium.org>
Acked-by: Jonathan Cameron <jic23@....ac.uk>
> ---
> drivers/staging/iio/industrialio-core.c | 10 +++++-----
> 1 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/staging/iio/industrialio-core.c b/drivers/staging/iio/industrialio-core.c
> index 94d3bfa..4987bf4 100644
> --- a/drivers/staging/iio/industrialio-core.c
> +++ b/drivers/staging/iio/industrialio-core.c
> @@ -44,20 +44,20 @@ struct bus_type iio_bus_type = {
> EXPORT_SYMBOL(iio_bus_type);
>
> static const char * const iio_chan_type_name_spec_shared[] = {
> - [IIO_TIMESTAMP] = "timestamp",
> - [IIO_ACCEL] = "accel",
> [IIO_IN] = "in",
> [IIO_CURRENT] = "current",
> [IIO_POWER] = "power",
> + [IIO_ACCEL] = "accel",
> [IIO_IN_DIFF] = "in-in",
> [IIO_GYRO] = "gyro",
> - [IIO_TEMP] = "temp",
> [IIO_MAGN] = "magn",
> + [IIO_LIGHT] = "illuminance",
> + [IIO_INTENSITY] = "intensity",
> + [IIO_TEMP] = "temp",
> [IIO_INCLI] = "incli",
> [IIO_ROT] = "rot",
> - [IIO_INTENSITY] = "intensity",
> - [IIO_LIGHT] = "illuminance",
> [IIO_ANGL] = "angl",
> + [IIO_TIMESTAMP] = "timestamp",
> };
>
> static const char * const iio_chan_type_name_spec_complex[] = {
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists