From: Ismail Donmez <ismail@uludag.org.tr>
To: Peter Osterlund <petero2@telia.com>
Cc: linux-kernel@vger.kernel.org, Andrew Morton <akpm@osdl.org>
Subject: Re: [PATCH 2/5] pktcdvd: Remove version string
Date: Fri, 3 Feb 2006 22:29:28 +0200 [thread overview]
Message-ID: <200602032229.28499.ismail@uludag.org.tr> (raw)
In-Reply-To: <m37j8cci2r.fsf@telia.com>
Cuma 3 Şubat 2006 22:18 tarihinde şunları yazmıştınız:
> The version information is not useful for a driver that is maintained
> in Linus' kernel tree.
>
> Signed-off-by: Peter Osterlund <petero2@telia.com>
> ---
>
> drivers/block/pktcdvd.c | 3 ---
> 1 files changed, 0 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/block/pktcdvd.c b/drivers/block/pktcdvd.c
> index f0a0ad4..01f070a 100644
> --- a/drivers/block/pktcdvd.c
> +++ b/drivers/block/pktcdvd.c
> @@ -43,8 +43,6 @@
> *
>
> *************************************************************************/
>
> -#define VERSION_CODE "v0.2.0a 2004-07-14 Jens Axboe (axboe@suse.de) and
> petero2@telia.com" -
> #include <linux/pktcdvd.h>
> #include <linux/config.h>
> #include <linux/module.h>
> @@ -2679,7 +2677,6 @@ static int __init pkt_init(void)
>
> pkt_proc = proc_mkdir("pktcdvd", proc_root_driver);
>
> - DPRINTK("pktcdvd: %s\n", VERSION_CODE);
> return 0;
>
> out:
Hmm this is useful to do dmesg|grep pktcdvd though when you compile it in the
kernel. So I would like to keep it in.
Just my 2 cents.
Regards,
ismail
next prev parent reply other threads:[~2006-02-03 20:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-03 20:16 [PATCH 1/5] pktcdvd: Fix overflow for discs with large packets Peter Osterlund
2006-02-03 20:18 ` [PATCH 2/5] pktcdvd: Remove version string Peter Osterlund
2006-02-03 20:19 ` [PATCH 3/5] Let CDROM_PKTCDVD_WCACHE depend on EXPERIMENTAL Peter Osterlund
2006-02-03 20:20 ` [PATCH 4/5] pktcdvd: Don't waste kernel memory Peter Osterlund
2006-02-03 20:21 ` [PATCH 5/5] pktcdvd: Allow larger packets Peter Osterlund
2006-02-03 20:29 ` Ismail Donmez [this message]
2006-02-03 20:49 ` [PATCH 2/5] pktcdvd: Remove version string Peter Osterlund
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=200602032229.28499.ismail@uludag.org.tr \
--to=ismail@uludag.org.tr \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=petero2@telia.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
Powered by JetHome