diff options
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c index e09398dbe779..b53ed3abc6c9 100644 --- a/drivers/scsi/lpfc/lpfc_sli.c +++ b/drivers/scsi/lpfc/lpfc_sli.c | |||
@@ -936,7 +936,7 @@ lpfc_sli_handle_fast_ring_event(struct lpfc_hba * phba, | |||
936 | * structure. The copy involves a byte-swap since the | 936 | * structure. The copy involves a byte-swap since the |
937 | * network byte order and pci byte orders are different. | 937 | * network byte order and pci byte orders are different. |
938 | */ | 938 | */ |
939 | entry = (IOCB_t *) IOCB_ENTRY(pring->rspringaddr, pring->rspidx); | 939 | entry = IOCB_ENTRY(pring->rspringaddr, pring->rspidx); |
940 | lpfc_sli_pcimem_bcopy((uint32_t *) entry, | 940 | lpfc_sli_pcimem_bcopy((uint32_t *) entry, |
941 | (uint32_t *) &rspiocbq.iocb, | 941 | (uint32_t *) &rspiocbq.iocb, |
942 | sizeof (IOCB_t)); | 942 | sizeof (IOCB_t)); |