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

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to