Re: [PATCH] ide: use proper printk() KERN_* levels in ide-probe.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 21 Jul 2008 21:08:15 +0200
Bartlomiej Zolnierkiewicz <bzolnier@xxxxxxxxx> wrote:

> While at it:
> 
> - fixup printk() messages in save_match() and hwif_init().
> 
> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@xxxxxxxxx>
> ---
>  drivers/ide/ide-probe.c |   54 ++++++++++++++++++++++++++----------------------
>  1 file changed, 30 insertions(+), 24 deletions(-)
> 
> Index: b/drivers/ide/ide-probe.c
> ===================================================================
> --- a/drivers/ide/ide-probe.c
> +++ b/drivers/ide/ide-probe.c
> @@ -141,7 +141,8 @@ static inline void do_identify (ide_driv
>  	 */
>  	if ((id->model[0] == 'P' && id->model[1] == 'M') ||
>  	    (id->model[0] == 'S' && id->model[1] == 'K')) {
> -		printk("%s: EATA SCSI HBA %.10s\n", drive->name, id->model);
> +		printk(KERN_ERR "%s: EATA SCSI HBA %.10s\n",
> +			drive->name, id->model);

That isn't an error. It occurs normally using legacy IDE with an EATA HBA
present in ATA emulating mode.

--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Filesystems]     [Linux SCSI]     [Linux RAID]     [Git]     [Kernel Newbies]     [Linux Newbie]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Samba]     [Device Mapper]

  Powered by Linux