Remove invalid comment of msi_mask_irq(). Signed-off-by: Kenji Kaneshige <kaneshige.kenji@xxxxxxxxxxxxxx> --- drivers/pci/msi.c | 3 --- 1 file changed, 3 deletions(-) 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) { -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html