mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Bastian Blank <bastian@waldi.eu.org>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] - s390, sclp compile fix
Date: Sun, 3 Oct 2004 22:58:15 +0200	[thread overview]
Message-ID: <20041003205815.GA8450@wavehammer.waldi.eu.org> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 188 bytes --]

The attached patch makes s390 sclp driver buildable again.

Bastian

-- 
Where there's no emotion, there's no motive for violence.
		-- Spock, "Dagger of the Mind", stardate 2715.1

[-- Attachment #1.2: diff --]
[-- Type: text/plain, Size: 952 bytes --]

diff -ur linux-2.6.9-rc3.orig/drivers/s390/char/sclp_tty.c linux-2.6.9-rc3/drivers/s390/char/sclp_tty.c
--- linux-2.6.9-rc3.orig/drivers/s390/char/sclp_tty.c	2004-10-03 20:37:30.000000000 +0000
+++ linux-2.6.9-rc3/drivers/s390/char/sclp_tty.c	2004-10-03 18:16:39.000000000 +0000
@@ -277,7 +277,7 @@
 	wake_up(&sclp_tty_waitq);
 	/* check if the tty needs a wake up call */
 	if (sclp_tty != NULL) {
-		tty_wakeup(tty);
+		tty_wakeup(sclp_tty);
 	}
 }
 
diff -ur linux-2.6.9-rc3.orig/drivers/s390/char/sclp_vt220.c linux-2.6.9-rc3/drivers/s390/char/sclp_vt220.c
--- linux-2.6.9-rc3.orig/drivers/s390/char/sclp_vt220.c	2004-10-03 20:37:30.000000000 +0000
+++ linux-2.6.9-rc3/drivers/s390/char/sclp_vt220.c	2004-10-03 18:17:52.000000000 +0000
@@ -139,7 +139,7 @@
 	wake_up(&sclp_vt220_waitq);
 	/* Check if the tty needs a wake up call */
 	if (sclp_vt220_tty != NULL) {
-		tty_wakeup(tty);
+		tty_wakeup(sclp_vt220_tty);
 	}
 }
 

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

                 reply	other threads:[~2004-10-03 20:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20041003205815.GA8450@wavehammer.waldi.eu.org \
    --to=bastian@waldi.eu.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

Powered by JetHome