Signed-off-by: Alexander Gordeev <agord...@redhat.com>
---
 drivers/scsi/hpsa.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c
index 891c86b..393c8db 100644
--- a/drivers/scsi/hpsa.c
+++ b/drivers/scsi/hpsa.c
@@ -4141,7 +4141,11 @@ static void hpsa_interrupt_mode(struct ctlr_info *h)
        }
 default_int_mode:
 #endif                         /* CONFIG_PCI_MSI */
-       /* if we get here we're going to use the default interrupt mode */
+       /*
+        * If we get here we're going to use either the
+        * default interrupt mode or single MSI mode
+        */
+
        h->intr[h->intr_mode] = h->pdev->irq;
 }
 
-- 
1.7.7.6

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

Reply via email to