All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ralf Baechle <ralf@linux-mips.org>
To: "Martin C. Barlow" <mips@martin.barlow.name>
Cc: linux-mips@linux-mips.org
Subject: Re: hwclock and df seg fault
Date: Sat, 20 Mar 2004 18:13:35 +0100	[thread overview]
Message-ID: <20040320171335.GA5764@linux-mips.org> (raw)
In-Reply-To: <000101c40e9b$18d887e0$6500a8c0@colombia>

The RTC bug was trivial, patch below and in CVS,

  Ralf

Index: drivers/char/ds1286.c
===================================================================
RCS file: /home/cvs/linux/drivers/char/ds1286.c,v
retrieving revision 1.9
diff -u -r1.9 ds1286.c
--- drivers/char/ds1286.c	22 Jan 2004 02:15:40 -0000	1.9
+++ drivers/char/ds1286.c	20 Mar 2004 17:09:39 -0000
@@ -254,7 +254,7 @@
 
 	ds1286_status |= RTC_IS_OPEN;
 
-	spin_lock_irq(&ds1286_lock);
+	spin_unlock_irq(&ds1286_lock);
 	return 0;
 
 out_busy:

  reply	other threads:[~2004-03-20 17:13 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-20 10:05 hwclock and df seg fault Martin C. Barlow
2004-03-20 10:05 ` Martin C. Barlow
2004-03-20 12:22 ` Ralf Baechle
2004-03-20 12:57   ` Martin C. Barlow
2004-03-20 12:57     ` Martin C. Barlow
2004-03-20 16:47   ` Martin C. Barlow
2004-03-20 16:47     ` Martin C. Barlow
2004-03-20 17:13     ` Ralf Baechle [this message]
2004-03-20 12:22 ` Thiemo Seufer
2004-03-20 16:16   ` Martin C. Barlow
2004-03-20 16:16     ` Martin C. Barlow
2004-03-20 19:54     ` Ralf Baechle
2004-03-22 18:00     ` Jun Sun

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=20040320171335.GA5764@linux-mips.org \
    --to=ralf@linux-mips.org \
    --cc=linux-mips@linux-mips.org \
    --cc=mips@martin.barlow.name \
    /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.