Andrzej,

Thanks for your impressive clean-up patch.  I have a couple of comments
regarding your clean-up of the dmfe.c driver.

On Thu, 24 May 2001, Andrzej Krzysztofowicz wrote:

> @@ -395,7 +395,7 @@
>       u32 dev_rev, pci_pmr;
>
>       if (!printed_version++)
> -             printk(version);
> +             printk("%s", version);
>
>       DMFE_DBUG(0, "dmfe_init_one()", 0);
>

Could you please explain the purpose of this change?  To me it looks less
efficient in both performance and memory usage.

> @@ -2024,8 +2027,10 @@
>  {
>       int rc;
>
> -     printk(version);
> +#ifdef MODULE
> +     printk("s", version);
>       printed_version = 1;
> +#endif /* MODULE */
>
>       DMFE_DBUG(0, "init_module() ", debug);
>

Whoups...  And why did you add the ifdef, btw?

/Tobias

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to