From: Jan Kiszka <jan.kiszka@domain.hid>
To: xenomai-core <xenomai@xenomai.org>
Subject: [Xenomai-core] [PATCH] fix typos around 16550A driver
Date: Sat, 17 Dec 2005 18:33:34 +0100 [thread overview]
Message-ID: <43A44BEE.6080800@domain.hid> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 543 bytes --]
Hi,
these are two typo fixes for the serial driver. One of them should have
broken kernel 2.4 compilation for this driver, the other is cosmetic
Jan
PS: What about this splnone in gatekeeper_thread(), BTW. Still needed?
--- ksrc/nucleus/shadow.c (Revision 285)
+++ ksrc/nucleus/shadow.c (Arbeitskopie)
@@ -384,7 +384,6 @@
set_current_state(TASK_INTERRUPTIBLE);
up(&gk->sync); /* Make the request token available. */
schedule();
- splnone();
if (kthread_should_stop())
break;
[-- Attachment #1.2: 16550A_typos.patch --]
[-- Type: text/x-patch, Size: 903 bytes --]
Index: ksrc/drivers/16550A/16550A.c
===================================================================
--- ksrc/drivers/16550A/16550A.c (Revision 285)
+++ ksrc/drivers/16550A/16550A.c (Arbeitskopie)
@@ -1025,7 +1025,7 @@
device_class: RTDM_CLASS_SERIAL,
device_sub_class: RTDM_SUBCLASS_16550A,
- driver_name: "rt_16550A",
+ driver_name: "xeno_16550A",
driver_version: RTDM_DRIVER_VER(1, 2, 1),
peripheral_name: "UART 16550A",
provider_name: "Jan Kiszka",
Index: ksrc/drivers/16550A/Makefile
===================================================================
--- ksrc/drivers/16550A/Makefile (Revision 285)
+++ ksrc/drivers/16550A/Makefile (Arbeitskopie)
@@ -12,7 +12,7 @@
O_TARGET := built-in.o
-obj-$(CONFIG_XENO_SKIN_16550A) := xeno_16550A.o
+obj-$(CONFIG_XENO_DRIVERS_16550A) := xeno_16550A.o
list-multi := xeno_16550A.o
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]
next reply other threads:[~2005-12-17 17:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-17 17:33 Jan Kiszka [this message]
2005-12-17 17:52 ` [Xenomai-core] [PATCH] fix typos around 16550A driver Philippe Gerum
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=43A44BEE.6080800@domain.hid \
--to=jan.kiszka@domain.hid \
--cc=xenomai@xenomai.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 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.