public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Erik Andersen <andersen@codepoet.org>
To: bert hubert <ahu@ds9a.nl>,
	andre@linux-ide.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] de-cryptify ide-disk host protected area output
Date: Sat, 26 Oct 2002 07:24:19 -0600	[thread overview]
Message-ID: <20021026132419.GA11930@codepoet.org> (raw)
In-Reply-To: <20021026130701.GA29860@outpost.ds9a.nl>

On Sat Oct 26, 2002 at 03:07:01PM +0200, bert hubert wrote:
> 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;
>  }

Even better -- kill the prink entirely.  If anyone really
cares, they can run 'hdparm -I <drivename>' and get the
exhaustive list of everything the drive supports....

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--

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

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-26 13:07 [PATCH] de-cryptify ide-disk host protected area output bert hubert
2002-10-26 13:24 ` Erik Andersen [this message]
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=20021026132419.GA11930@codepoet.org \
    --to=andersen@codepoet.org \
    --cc=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