lkml.org 
[lkml]   [2013]   [Oct]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH RFC 36/77] ipr: Enable MSI-X when IPR_USE_MSIX type is set, not IPR_USE_MSI
    Date
    Signed-off-by: Alexander Gordeev <agordeev@redhat.com>
    ---
    drivers/scsi/ipr.c | 2 +-
    1 files changed, 1 insertions(+), 1 deletions(-)

    diff --git a/drivers/scsi/ipr.c b/drivers/scsi/ipr.c
    index fb57e21..762a93e 100644
    --- a/drivers/scsi/ipr.c
    +++ b/drivers/scsi/ipr.c
    @@ -9527,7 +9527,7 @@ static int ipr_probe_ioa(struct pci_dev *pdev,
    ipr_number_of_msix = IPR_MAX_MSIX_VECTORS;
    }

    - if (ioa_cfg->ipr_chip->intr_type == IPR_USE_MSI &&
    + if (ioa_cfg->ipr_chip->intr_type == IPR_USE_MSIX &&
    ipr_enable_msix(ioa_cfg) == 0)
    ioa_cfg->intr_flag = IPR_USE_MSIX;
    else if (ioa_cfg->ipr_chip->intr_type == IPR_USE_MSI &&
    --
    1.7.7.6


    \
     
     \ /
      Last update: 2013-10-03 07:41    [W:4.086 / U:0.108 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site