浏览代码

PCI: remove invalid comment of msi_mask_irq()

Remove invalid comment of msi_mask_irq().

Reviewed-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Kenji Kaneshige 16 年之前
父节点
当前提交
ab7de999a2
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      drivers/pci/msi.c

+ 0 - 3
drivers/pci/msi.c

@@ -131,9 +131,6 @@ static inline __attribute_const__ u32 msi_enabled_mask(u16 control)
  * mask all MSI interrupts by clearing the MSI enable bit does not work
  * 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
  * reliably as devices without an INTx disable bit will then generate a
  * level IRQ which will never be cleared.
  * 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)
 static void msi_mask_irq(struct msi_desc *desc, u32 mask, u32 flag)
 {
 {