[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <BANLkTim+2Vs7nZqgDnEes5-+CZmuK7_RhA@mail.gmail.com>
Date: Wed, 22 Jun 2011 17:34:27 -0700
From: Roland Dreier <roland@...nel.org>
To: Alexander Stein <alexander.stein@...tec-electronic.com>
Cc: Alan Cox <alan@...ux.intel.com>, linux-serial@...r.kernel.org,
linux-kernel@...r.kernel.org,
Tomoya MORINAGA <tomoya-linux@....okisemi.com>
Subject: Re: [PATCH] pch_uart: Add MSI support
On Wed, Jun 22, 2011 at 2:50 AM, Alexander Stein
<alexander.stein@...tec-electronic.com> wrote:
> + if (priv->use_msi)
> + pci_disable_msi(pdev);
Trivial nit: pci_disable_msi() is safe even if you didn't enable msi.
So you can drop the use_msi flag (the PCI layer has dev->msi_enabled
internally to track this), and just always call pci_disable_msi().
- R.
--
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