public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: bert hubert <ahu@ds9a.nl>
To: andre@linux-ide.org, linux-kernel@vger.kernel.org
Subject: [PATCH] de-cryptify ide-disk host protected area output
Date: Sat, 26 Oct 2002 15:07:01 +0200	[thread overview]
Message-ID: <20021026130701.GA29860@outpost.ds9a.nl> (raw)

Useless number '1' being printed leading to operator confusion.

--- linux-2.5.44/drivers/ide/ide-disk.c~orig	Sat Oct 26 14:59:35 2002
+++ linux-2.5.44/drivers/ide/ide-disk.c	Sat Oct 26 15:00:40 2002
@@ -1128,7 +1128,7 @@
 {
 	int flag = (drive->id->cfs_enable_1 & 0x0400) ? 1 : 0;
 	if (flag)
-		printk("%s: host protected area => %d\n", drive->name, flag);
+		printk("%s: supports host protected area", drive->name);
 	return flag;
 }
 


-- 
http://www.PowerDNS.com          Versatile DNS Software & Services
http://lartc.org           Linux Advanced Routing & Traffic Control HOWTO

             reply	other threads:[~2002-10-26 13:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-26 13:07 bert hubert [this message]
2002-10-26 13:24 ` [PATCH] de-cryptify ide-disk host protected area output Erik Andersen
2002-10-26 14:25   ` Alan Cox
2002-11-03 21:00   ` Andre Hedrick

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=20021026130701.GA29860@outpost.ds9a.nl \
    --to=ahu@ds9a.nl \
    --cc=andre@linux-ide.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