diff options
author | Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com> | 2009-06-16 03:25:40 -0400 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2009-06-16 17:30:18 -0400 |
commit | ab7de999a2c771482698efa6fe7c7b7fcb1d482a (patch) | |
tree | 64c3df6ccc31c2ca8ec912fec4699bf13aeab979 /drivers/pci | |
parent | d2abdf62882d982c58e7a6b09ecdcfcc28075e2e (diff) |
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>
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/msi.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/pci/msi.c b/drivers/pci/msi.c index f2725710593a..f48f7550b4a7 100644 --- a/drivers/pci/msi.c +++ b/drivers/pci/msi.c | |||
@@ -131,9 +131,6 @@ static inline __attribute_const__ u32 msi_enabled_mask(u16 control) | |||
131 | * mask all MSI interrupts by clearing the MSI enable bit does not work | 131 | * mask all MSI interrupts by clearing the MSI enable bit does not work |
132 | * reliably as devices without an INTx disable bit will then generate a | 132 | * reliably as devices without an INTx disable bit will then generate a |
133 | * level IRQ which will never be cleared. | 133 | * level IRQ which will never be cleared. |
134 | * | ||
135 | * Returns 1 if it succeeded in masking the interrupt and 0 if the device | ||
136 | * doesn't support MSI masking. | ||
137 | */ | 134 | */ |
138 | static void msi_mask_irq(struct msi_desc *desc, u32 mask, u32 flag) | 135 | static void msi_mask_irq(struct msi_desc *desc, u32 mask, u32 flag) |
139 | { | 136 | { |