mbox series

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

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

Message

Sreekanth Reddy July 15, 2022, 3:02 p.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(-)