lkml.org 
[lkml]   [2012]   [Oct]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[patch 08/10] mpt2sas: use scsi_host_alloc_node
    Date

    Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
    ---
    drivers/scsi/mpt2sas/mpt2sas_scsih.c | 4 ++--
    1 files changed, 2 insertions(+), 2 deletions(-)

    diff --git a/drivers/scsi/mpt2sas/mpt2sas_scsih.c b/drivers/scsi/mpt2sas/mpt2sas_scsih.c
    index af4e6c4..a4d6b36 100644
    --- a/drivers/scsi/mpt2sas/mpt2sas_scsih.c
    +++ b/drivers/scsi/mpt2sas/mpt2sas_scsih.c
    @@ -8011,8 +8011,8 @@ _scsih_probe(struct pci_dev *pdev, const struct pci_device_id *id)
    struct MPT2SAS_ADAPTER *ioc;
    struct Scsi_Host *shost;

    - shost = scsi_host_alloc(&scsih_driver_template,
    - sizeof(struct MPT2SAS_ADAPTER));
    + shost = scsi_host_alloc_node(&scsih_driver_template,
    + sizeof(struct MPT2SAS_ADAPTER), dev_to_node(&pdev->dev));
    if (!shost)
    return -ENODEV;

    --
    1.7.1


    \
     
     \ /
      Last update: 2012-10-30 21:41    [W:5.730 / U:0.048 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site