* [PATCH 1/2] arch/avr32: Fix build failure caused by typo
@ 2010-04-21 21:18 Peter Hüwe
2010-04-21 21:35 ` john stultz
0 siblings, 1 reply; 2+ messages in thread
From: Peter Hüwe @ 2010-04-21 21:18 UTC (permalink / raw)
To: Haavard Skinnemoen
Cc: Thomas Gleixner, John Stultz, linux-kernel, kernel-janitors
From: Peter Huewe <peterhuewe@gmx.de>
This little patch fixes a build failure[1] caused by a typo.
Patch against linux-next20100421
References:
[1]http://kisskb.ellerman.id.au/kisskb/buildresult/2448162/
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
---
arch/avr32/kernel/time.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/avr32/kernel/time.c b/arch/avr32/kernel/time.c
index a047d69..668ed28 100644
--- a/arch/avr32/kernel/time.c
+++ b/arch/avr32/kernel/time.c
@@ -112,7 +112,7 @@ static struct clock_event_device comparator = {
void read_persistent_clock(struct timespec *ts)
{
- ts->tv.sec = mktime(2007, 1, 1, 0, 0, 0);
+ ts->tv_sec = mktime(2007, 1, 1, 0, 0, 0);
ts->tv_nsec = 0;
}
--
1.6.4.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/2] arch/avr32: Fix build failure caused by typo
2010-04-21 21:18 [PATCH 1/2] arch/avr32: Fix build failure caused by typo Peter Hüwe
@ 2010-04-21 21:35 ` john stultz
0 siblings, 0 replies; 2+ messages in thread
From: john stultz @ 2010-04-21 21:35 UTC (permalink / raw)
To: Peter Hüwe
Cc: Haavard Skinnemoen, Thomas Gleixner, linux-kernel,
kernel-janitors
On Wed, 2010-04-21 at 23:18 +0200, Peter Hüwe wrote:
> From: Peter Huewe <peterhuewe@gmx.de>
>
> This little patch fixes a build failure[1] caused by a typo.
>
> Patch against linux-next20100421
>
> References:
> [1]http://kisskb.ellerman.id.au/kisskb/buildresult/2448162/
>
> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Ah! Sorry about that. Thanks so much for catching this!
-john
> ---
> arch/avr32/kernel/time.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/avr32/kernel/time.c b/arch/avr32/kernel/time.c
> index a047d69..668ed28 100644
> --- a/arch/avr32/kernel/time.c
> +++ b/arch/avr32/kernel/time.c
> @@ -112,7 +112,7 @@ static struct clock_event_device comparator = {
>
> void read_persistent_clock(struct timespec *ts)
> {
> - ts->tv.sec = mktime(2007, 1, 1, 0, 0, 0);
> + ts->tv_sec = mktime(2007, 1, 1, 0, 0, 0);
> ts->tv_nsec = 0;
> }
>
--
To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-21 21:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-21 21:18 [PATCH 1/2] arch/avr32: Fix build failure caused by typo Peter Hüwe
2010-04-21 21:35 ` john stultz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox