[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c384c5ea0908121003x2f3eef3ejd8bc4a5aaa120793@mail.gmail.com>
Date: Wed, 12 Aug 2009 19:03:05 +0200
From: Leon Woestenberg <leon.woestenberg@...il.com>
To: Tony Vroon <tony@...x.net>
Cc: Jeff Garzik <jgarzik@...ox.com>, linux-ide@...r.kernel.org,
LKML <linux-kernel@...r.kernel.org>,
Philip Langdale <philipl@...rt.org>,
Robert Hancock <hancockrwd@...il.com>
Subject: Re: [PATCH 2.6.32 v3] Conditional MSI support for sata_nv
Hello,
On Thu, Aug 6, 2009 at 1:50 AM, Tony Vroon<tony@...x.net> wrote:
> At least the nVidia MCP55 controller quite happily supports MSI.
> +static int msi_enabled;
> + if (msi_enabled) {
> + dev_printk(KERN_NOTICE, &pdev->dev, "Using MSI\n");
> + pci_enable_msi(pdev);
> + }
> +
I just saw this patch, didn't check the full sources.
Shouldn't there be a matching "if (msi_enabled)
pci_disabling_msi(pdev);" somewhere else?
Regards,
Leon.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists