All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 18/21] lpfc: Correct issue with ioremap() call on 32bit kernel
@ 2016-07-06 19:36 James Smart
  2016-07-15 13:22 ` Hannes Reinecke
  0 siblings, 1 reply; 2+ messages in thread
From: James Smart @ 2016-07-06 19:36 UTC (permalink / raw)
  To: linux-scsi


Correct issue with ioremap() call on 32bit kernel

Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com>
Signed-off-by: James Smart <james.smart@broadcom.com>
---
 drivers/scsi/lpfc/lpfc.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h
index 4d9f1b1..b484859 100644
--- a/drivers/scsi/lpfc/lpfc.h
+++ b/drivers/scsi/lpfc/lpfc.h
@@ -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
-- 
2.5.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 18/21] lpfc: Correct issue with ioremap() call on 32bit kernel
  2016-07-06 19:36 [PATCH 18/21] lpfc: Correct issue with ioremap() call on 32bit kernel James Smart
@ 2016-07-15 13:22 ` Hannes Reinecke
  0 siblings, 0 replies; 2+ messages in thread
From: Hannes Reinecke @ 2016-07-15 13:22 UTC (permalink / raw)
  To: James Smart; +Cc: linux-scsi, Martin K. Petersen

On 07/06/2016 09:36 PM, James Smart wrote:
> 
> Correct issue with ioremap() call on 32bit kernel
> 
> Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com>
> Signed-off-by: James Smart <james.smart@broadcom.com>
> ---
>  drivers/scsi/lpfc/lpfc.h | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h
> index 4d9f1b1..b484859 100644
> --- a/drivers/scsi/lpfc/lpfc.h
> +++ b/drivers/scsi/lpfc/lpfc.h
> @@ -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
> 
Reviewed-by: Hannes Reinecke <hare@suse.com>

Cheers,

Hannes
-- 
Dr. Hannes Reinecke		   Teamlead Storage & Networking
hare@suse.de			               +49 911 74053 688
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: F. Imendörffer, J. Smithard, J. Guild, D. Upmanyu, G. Norton
HRB 21284 (AG Nürnberg)
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-15 13:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-06 19:36 [PATCH 18/21] lpfc: Correct issue with ioremap() call on 32bit kernel James Smart
2016-07-15 13:22 ` Hannes Reinecke

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.