> +     if (pci_enable_msi(tp->pdev))
> +             printk(KERN_WARNING PFX "MSI NOT enabled for %s\n",
> +                             tp->pdev->slot_name);
> +     else {
> +             tw32(MSGINT_MODE, MSGINT_MODE_ENABLE);
> +             printk(KERN_INFO PFX "MSI enabled on %s\n",
> +                             tp->pdev->slot_name);
> +     }

I'd suggest killing the printks.  The user can easily check whether
the driver is using MSI or not in /proc/interrupts.

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

Reply via email to