public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Olaf Hering <olh@suse.de>
To: linux-kernel@vger.kernel.org, Andrew Morton <akpm@osdl.org>
Subject: drivers/cdrom/cdu31a.c broken
Date: Mon, 6 Sep 2004 16:02:44 +0200	[thread overview]
Message-ID: <20040906140244.GA9236@suse.de> (raw)

ChangeSet
  1.1998 04/09/03 10:36:31 janitor@sternwelten.at[torvalds] +1 -0
  [PATCH] cdu31a: replace schedule_timeout() with msleep()


typo, should be ; instead of :

diff -purN linux-2.6.9-rc1-bk13.orig/drivers/cdrom/cdu31a.c linux-2.6.9-rc1-bk13/drivers/cdrom/cdu31a.c
--- linux-2.6.9-rc1-bk13.orig/drivers/cdrom/cdu31a.c	2004-09-06 15:23:34.000000000 +0200
+++ linux-2.6.9-rc1-bk13/drivers/cdrom/cdu31a.c	2004-09-06 15:59:32.549300720 +0200
@@ -959,7 +959,7 @@ retry_cd_operation:
 	if (((result_buffer[0] & 0xf0) == 0x20)
 	    && (num_retries < MAX_CDU31A_RETRIES)) {
 		num_retries++;
-		msleep(100):
+		msleep(100);
 		goto retry_cd_operation;
 	}
 
-- 
USB is for mice, FireWire is for men!

sUse lINUX ag, nÜRNBERG

             reply	other threads:[~2004-09-06 14:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-06 14:02 Olaf Hering [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-09-06 15:32 drivers/cdrom/cdu31a.c broken Margit Schubert-While

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=20040906140244.GA9236@suse.de \
    --to=olh@suse.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox