Re: PATCH: quieten some IDE diagnostics we will be using much more

From: Bartlomiej Zolnierkiewicz
Date: Mon Aug 16 2004 - 10:23:56 EST



This PATCH is intermixed with PATCH: IDE - do spin up for all platforms ...

On Sunday 15 August 2004 16:46, Alan Cox wrote:
> diff -u --new-file --recursive --exclude-from /usr/src/exclude
> linux.vanilla-2.6.8-rc3/drivers/ide/ide-probe.c
> linux-2.6.8-rc3/drivers/ide/ide-probe.c ---
> linux.vanilla-2.6.8-rc3/drivers/ide/ide-probe.c 2004-08-09
> 15:51:00.000000000 +0100 +++
> linux-2.6.8-rc3/drivers/ide/ide-probe.c 2004-08-14 21:03:03.000000000 +0100
> @@ -635,12 +680,11 @@
> device_register(&hwif->gendev);
> }
>
> -#ifdef CONFIG_PPC
> static int wait_hwif_ready(ide_hwif_t *hwif)
> {
> int rc;
>
> - printk(KERN_INFO "Probing IDE interface %s...\n", hwif->name);
> + printk(KERN_DEBUG "Probing IDE interface %s...\n", hwif->name);
>
> /* Let HW settle down a bit from whatever init state we
> * come from */
> @@ -671,7 +715,6 @@
>
> return rc;
> }
> -#endif
>
> /*
> * This routine only knows how to look for drive units 0 and 1
> @@ -717,7 +760,6 @@
>
> local_irq_set(flags);
>
> -#ifdef CONFIG_PPC
> /* This is needed on some PPCs and a bunch of BIOS-less embedded
> * platforms. Typical cases are:
> *
> @@ -738,8 +780,7 @@
> * BenH.
> */
> if (wait_hwif_ready(hwif))
> - printk(KERN_WARNING "%s: Wait for ready failed before probe !\n",
> hwif->name); -#endif /* CONFIG_PPC */
> + printk(KERN_DEBUG "%s: Wait for ready failed before probe !\n",
> hwif->name);
>
> /*
> * Second drive should only exist if first drive was found,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/