projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2abdf6
)
PCI: remove invalid comment of msi_mask_irq()
author
Kenji Kaneshige
<
[email protected]
>
Tue, 16 Jun 2009 07:25:40 +0000
(16:25 +0900)
committer
Jesse Barnes
<
[email protected]
>
Tue, 16 Jun 2009 21:30:18 +0000
(14:30 -0700)
Remove invalid comment of msi_mask_irq().
Reviewed-by: Matthew Wilcox <
[email protected]
>
Signed-off-by: Kenji Kaneshige <
[email protected]
>
Signed-off-by: Jesse Barnes <
[email protected]
>
drivers/pci/msi.c
patch
|
blob
|
history
diff --git
a/drivers/pci/msi.c
b/drivers/pci/msi.c
index f2725710593a0c310b011b8934eb073578aa6b1f..f48f7550b4a726cfd09f4b9286b9d8c477bcd918 100644
(file)
--- a/
drivers/pci/msi.c
+++ b/
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
* 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)
{