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 19/77] csiostor: Do not call pci_disable_msix() if pci_enable_msix() failed
    Date
    Signed-off-by: Alexander Gordeev <agordeev@redhat.com>
    ---
    drivers/scsi/csiostor/csio_isr.c | 4 +---
    1 files changed, 1 insertions(+), 3 deletions(-)

    diff --git a/drivers/scsi/csiostor/csio_isr.c b/drivers/scsi/csiostor/csio_isr.c
    index 7ee9777..91ba91d 100644
    --- a/drivers/scsi/csiostor/csio_isr.c
    +++ b/drivers/scsi/csiostor/csio_isr.c
    @@ -529,10 +529,8 @@ csio_enable_msix(struct csio_hw *hw)
    csio_reduce_sqsets(hw, cnt - extra);
    }
    } else {
    - if (rv > 0) {
    - pci_disable_msix(hw->pdev);
    + if (rv > 0)
    csio_info(hw, "Not using MSI-X, remainder:%d\n", rv);
    - }

    kfree(entries);
    return -ENOMEM;
    --
    1.7.7.6


    \
     
     \ /
      Last update: 2013-10-02 20:01    [W:4.123 / U:0.220 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site