linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marc Zyngier <mzyngier@freesurf.fr>
To: viro@parcelfarce.linux.theplanet.co.uk
Cc: rth@twiddle.net, torvalds@transmeta.com, linux-kernel@vger.kernel.org
Subject: [PATCH] Fix srmcons tty_operations
Date: Thu, 12 Jun 2003 11:21:14 +0200	[thread overview]
Message-ID: <wrpn0gn8xdh.fsf@hina.wild-wind.fr.eu.org> (raw)

Al,

The included patch fixes srmcons by adding a missing
tty_set_operations. Booted the patched kernel on a test box with
success.

Thanks,

        M.

===== arch/alpha/kernel/srmcons.c 1.5 vs edited =====
--- 1.5/arch/alpha/kernel/srmcons.c	Wed Jun 11 21:33:05 2003
+++ edited/arch/alpha/kernel/srmcons.c	Thu Jun 12 11:10:35 2003
@@ -291,6 +291,7 @@
 		driver->type = TTY_DRIVER_TYPE_SYSTEM;
 		driver->subtype = SYSTEM_TYPE_SYSCONS;
 		driver->init_termios = tty_std_termios;
+		tty_set_operations(driver, &srmcons_ops);
 		err = tty_register_driver(driver);
 		if (err) {
 			put_tty_driver(driver);

-- 
Places change, faces change. Life is so very strange.

                 reply	other threads:[~2003-06-12  9:10 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=wrpn0gn8xdh.fsf@hina.wild-wind.fr.eu.org \
    --to=mzyngier@freesurf.fr \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rth@twiddle.net \
    --cc=torvalds@transmeta.com \
    --cc=viro@parcelfarce.linux.theplanet.co.uk \
    /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;
as well as URLs for NNTP newsgroup(s).