Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 115a4124 authored by James Smart's avatar James Smart Committed by Martin K. Petersen
Browse files

lpfc: Correct issue with ioremap() call on 32bit kernel



Correct issue with ioremap() call on 32bit kernel

Signed-off-by: default avatarDick Kennedy <dick.kennedy@broadcom.com>
Signed-off-by: default avatarJames Smart <james.smart@broadcom.com>
Reviewed-by: default avatarHannes Reinecke <hare@suse.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 93dd1911
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -785,9 +785,9 @@ struct lpfc_hba {

	atomic_t fcp_qidx;		/* next work queue to post work to */

	unsigned long pci_bar0_map;     /* Physical address for PCI BAR0 */
	unsigned long pci_bar1_map;     /* Physical address for PCI BAR1 */
	unsigned long pci_bar2_map;     /* Physical address for PCI BAR2 */
	phys_addr_t pci_bar0_map;     /* Physical address for PCI BAR0 */
	phys_addr_t pci_bar1_map;     /* Physical address for PCI BAR1 */
	phys_addr_t pci_bar2_map;     /* Physical address for PCI BAR2 */
	void __iomem *slim_memmap_p;	/* Kernel memory mapped address for
					   PCI BAR0 */
	void __iomem *ctrl_regs_memmap_p;/* Kernel memory mapped address for