* [PATCH] staging:iio:trigger:bfin-timer: Fix compile error
@ 2011-10-20 11:38 Lars-Peter Clausen
2011-10-20 11:54 ` Jonathan Cameron
0 siblings, 1 reply; 3+ messages in thread
From: Lars-Peter Clausen @ 2011-10-20 11:38 UTC (permalink / raw)
To: Jonathan Cameron
Cc: Michael Hennerich, linux-iio, device-drivers-devel, drivers,
Lars-Peter Clausen
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
---
drivers/staging/iio/trigger/iio-trig-bfin-timer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/staging/iio/trigger/iio-trig-bfin-timer.c b/drivers/staging/iio/trigger/iio-trig-bfin-timer.c
index 243f38f..1cbb25d 100644
--- a/drivers/staging/iio/trigger/iio-trig-bfin-timer.c
+++ b/drivers/staging/iio/trigger/iio-trig-bfin-timer.c
@@ -144,7 +144,7 @@ static int iio_bfin_tmr_get_number(int irq)
}
static const struct iio_trigger_ops iio_bfin_tmr_trigger_ops = {
- owner = THIS_MODULE,
+ .owner = THIS_MODULE,
};
static int __devinit iio_bfin_tmr_trigger_probe(struct platform_device *pdev)
--
1.7.6.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] staging:iio:trigger:bfin-timer: Fix compile error
2011-10-20 11:38 [PATCH] staging:iio:trigger:bfin-timer: Fix compile error Lars-Peter Clausen
@ 2011-10-20 11:54 ` Jonathan Cameron
0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Cameron @ 2011-10-20 11:54 UTC (permalink / raw)
To: Lars-Peter Clausen
Cc: Michael Hennerich, linux-iio, device-drivers-devel, drivers
On 10/20/11 12:38, Lars-Peter Clausen wrote:
oops.
> Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
> ---
> drivers/staging/iio/trigger/iio-trig-bfin-timer.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/staging/iio/trigger/iio-trig-bfin-timer.c b/drivers/staging/iio/trigger/iio-trig-bfin-timer.c
> index 243f38f..1cbb25d 100644
> --- a/drivers/staging/iio/trigger/iio-trig-bfin-timer.c
> +++ b/drivers/staging/iio/trigger/iio-trig-bfin-timer.c
> @@ -144,7 +144,7 @@ static int iio_bfin_tmr_get_number(int irq)
> }
>
> static const struct iio_trigger_ops iio_bfin_tmr_trigger_ops = {
> - owner = THIS_MODULE,
> + .owner = THIS_MODULE,
> };
>
> static int __devinit iio_bfin_tmr_trigger_probe(struct platform_device *pdev)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] staging:iio:trigger:bfin-timer: Fix compile error
@ 2011-10-20 12:38 Lars-Peter Clausen
0 siblings, 0 replies; 3+ messages in thread
From: Lars-Peter Clausen @ 2011-10-20 12:38 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: Jonathan Cameron, Michael Hennerich, devel, linux-iio,
device-drivers-devel, drivers, Lars-Peter Clausen
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
---
drivers/staging/iio/trigger/iio-trig-bfin-timer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/staging/iio/trigger/iio-trig-bfin-timer.c b/drivers/staging/iio/trigger/iio-trig-bfin-timer.c
index 243f38f..1cbb25d 100644
--- a/drivers/staging/iio/trigger/iio-trig-bfin-timer.c
+++ b/drivers/staging/iio/trigger/iio-trig-bfin-timer.c
@@ -144,7 +144,7 @@ static int iio_bfin_tmr_get_number(int irq)
}
static const struct iio_trigger_ops iio_bfin_tmr_trigger_ops = {
- owner = THIS_MODULE,
+ .owner = THIS_MODULE,
};
static int __devinit iio_bfin_tmr_trigger_probe(struct platform_device *pdev)
--
1.7.6.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-10-20 12:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-20 11:38 [PATCH] staging:iio:trigger:bfin-timer: Fix compile error Lars-Peter Clausen
2011-10-20 11:54 ` Jonathan Cameron
-- strict thread matches above, loose matches on Subject: below --
2011-10-20 12:38 Lars-Peter Clausen
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).