mbox series

[v2,0/1] mpi3mr: Fix compilation errors on i386 arch

Message ID 20220718095351.15868-1-sreekanth.reddy@broadcom.com (mailing list archive)
Headers show
Series mpi3mr: Fix compilation errors on i386 arch | expand

Message

Sreekanth Reddy July 18, 2022, 9:53 a.m. UTC
Fix below compilation errors observed on i386 arch
with allyesconfig config

cast from pointer to integer of different size
[-Werror=pointer-to-int-cast]
and
cast to pointer from integer of different size

Sreekanth Reddy (1):
  mpi3mr: Fix compilation errors observed on i386 arch

 drivers/scsi/mpi3mr/mpi3mr_os.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)