From: John Kacur <jkacur@redhat.com>
To: Clark Williams <williams@redhat.com>,
Carsten Emde <carsten.emde@osadl.org>,
Thomas Gleixner <tglx@linutronix.de>
Cc: Carsten Emde <C.Emde@osadl.org>,
linux-rt-users@vger.kernel.org, John Kacur <jkacur@redhat.com>
Subject: [PATCH 4/4] Completely remove VERSION_STRING until we have a better solution.
Date: Mon, 21 Dec 2009 22:45:50 +0100 [thread overview]
Message-ID: <1261431950-28500-5-git-send-email-jkacur@redhat.com> (raw)
In-Reply-To: <1261431950-28500-4-git-send-email-jkacur@redhat.com>
From: Carsten Emde <C.Emde@osadl.org>
Signed-off-by: Carsten Emde <C.Emde@osadl.org>
Signed-off-by: John Kacur <jkacur@redhat.com>
---
src/backfire/backfire.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/backfire/backfire.c b/src/backfire/backfire.c
index d737347..aaf9c4a 100644
--- a/src/backfire/backfire.c
+++ b/src/backfire/backfire.c
@@ -132,7 +132,7 @@ static int __init backfire_init(void)
if (ret)
printk(KERN_ERR "backfire: can't register dynamic misc device\n");
else
- printk(KERN_INFO "backfire driver v__VERSION_STRING__ misc device %d\n",
+ printk(KERN_INFO "backfire driver misc device %d\n",
backfire_dev.minor);
return ret;
}
--
1.6.5.2
next prev parent reply other threads:[~2009-12-21 21:46 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-21 21:45 [PATCH 0/4] *** Add a get_cpu() library *** John Kacur
2009-12-21 21:45 ` [PATCH 1/4] rt-tests: Makefile - Changes to unify and simplify the Makefile John Kacur
2009-12-21 21:45 ` [PATCH 2/4] rt-tests: Add a get_cpu() function to the library John Kacur
2009-12-21 21:45 ` [PATCH 3/4] rt-tests: Clean-up - protect rt-utils.h John Kacur
2009-12-21 21:45 ` John Kacur [this message]
2009-12-21 23:09 ` Carsten Emde
2009-12-21 23:19 ` Clark Williams
2009-12-21 23:43 ` Carsten Emde
2009-12-21 23:41 ` John Kacur
2009-12-21 22:54 ` [PATCH 0/4] *** Add a get_cpu() library *** Clark Williams
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=1261431950-28500-5-git-send-email-jkacur@redhat.com \
--to=jkacur@redhat.com \
--cc=C.Emde@osadl.org \
--cc=carsten.emde@osadl.org \
--cc=linux-rt-users@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=williams@redhat.com \
/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).