diff mbox

[1/2] PCI: remove invalid comment of msi_mask_irq()

Message ID 4A3748F4.2020109@jp.fujitsu.com (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Kenji Kaneshige June 16, 2009, 7:25 a.m. UTC
Remove invalid comment of msi_mask_irq().

Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>

---
 drivers/pci/msi.c |    3 ---
 1 file changed, 3 deletions(-)



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

Comments

Matthew Wilcox June 16, 2009, 12:28 p.m. UTC | #1
On Tue, Jun 16, 2009 at 04:25:40PM +0900, Kenji Kaneshige wrote:
> Remove invalid comment of msi_mask_irq().
> 
> Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>

Reviewed-by: Matthew Wilcox <willy@linux.intel.com>
Jesse Barnes June 16, 2009, 7:18 p.m. UTC | #2
On Tue, 16 Jun 2009 16:25:40 +0900
Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> wrote:

> Remove invalid comment of msi_mask_irq().
> 
> Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>

Applied, thanks.
diff mbox

Patch

Index: 20090612/drivers/pci/msi.c
===================================================================
--- 20090612.orig/drivers/pci/msi.c
+++ 20090612/drivers/pci/msi.c
@@ -131,9 +131,6 @@  static inline __attribute_const__ u32 ms
  * mask all MSI interrupts by clearing the MSI enable bit does not work
  * reliably as devices without an INTx disable bit will then generate a
  * level IRQ which will never be cleared.
- *
- * Returns 1 if it succeeded in masking the interrupt and 0 if the device
- * doesn't support MSI masking.
  */
 static void msi_mask_irq(struct msi_desc *desc, u32 mask, u32 flag)
 {