* [PATCH] staging:iio: remove num_interrupt_lines from documentation
@ 2012-05-22 10:30 Johan Hovold
2012-05-22 12:17 ` Jonathan Cameron
0 siblings, 1 reply; 2+ messages in thread
From: Johan Hovold @ 2012-05-22 10:30 UTC (permalink / raw)
To: Jonathan Cameron
Cc: linux-kernel, Greg Kroah-Hartman, linux-iio, Johan Hovold
Commit 5aa9618896e0ba49 ("staging:iio: remove broken support for
multiple event interfaces.") removed the num_interrupt_lines field from
struct iio_info but the documentation was never updated.
Signed-off-by: Johan Hovold <jhovold@gmail.com>
---
drivers/staging/iio/Documentation/device.txt | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/iio/Documentation/device.txt b/drivers/staging/iio/Documentation/device.txt
index 0338c7c..f03fbd3 100644
--- a/drivers/staging/iio/Documentation/device.txt
+++ b/drivers/staging/iio/Documentation/device.txt
@@ -29,8 +29,6 @@ Then fill in the following:
* info->driver_module:
Set to THIS_MODULE. Used to ensure correct ownership
of various resources allocate by the core.
- * info->num_interrupt_lines:
- Number of event triggering hardware lines the device has.
* info->event_attrs:
Attributes used to enable / disable hardware events.
* info->attrs:
--
1.7.8.5
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] staging:iio: remove num_interrupt_lines from documentation
2012-05-22 10:30 [PATCH] staging:iio: remove num_interrupt_lines from documentation Johan Hovold
@ 2012-05-22 12:17 ` Jonathan Cameron
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Cameron @ 2012-05-22 12:17 UTC (permalink / raw)
To: Johan Hovold
Cc: Jonathan Cameron, linux-kernel, Greg Kroah-Hartman, linux-iio
On 5/22/2012 11:30 AM, Johan Hovold wrote:
> Commit 5aa9618896e0ba49 ("staging:iio: remove broken support for
> multiple event interfaces.") removed the num_interrupt_lines field from
> struct iio_info but the documentation was never updated.
>
Good catch.
> Signed-off-by: Johan Hovold<jhovold@gmail.com>
Acked-by: Jonathan Cameron <jic23@kernel.org>
> ---
> drivers/staging/iio/Documentation/device.txt | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/iio/Documentation/device.txt b/drivers/staging/iio/Documentation/device.txt
> index 0338c7c..f03fbd3 100644
> --- a/drivers/staging/iio/Documentation/device.txt
> +++ b/drivers/staging/iio/Documentation/device.txt
> @@ -29,8 +29,6 @@ Then fill in the following:
> * info->driver_module:
> Set to THIS_MODULE. Used to ensure correct ownership
> of various resources allocate by the core.
> - * info->num_interrupt_lines:
> - Number of event triggering hardware lines the device has.
> * info->event_attrs:
> Attributes used to enable / disable hardware events.
> * info->attrs:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-22 12:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-22 10:30 [PATCH] staging:iio: remove num_interrupt_lines from documentation Johan Hovold
2012-05-22 12:17 ` Jonathan Cameron
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).