Bart, Thanks. Will send out a patch to address this issue shortly. > On Jul 2, 2020, at 9:30 PM, Bart Van Assche <bvanassche@xxxxxxx> wrote: > > On 2020-06-30 03:22, Nilesh Javali wrote: >> + total_bytes = le16_to_cpu(purex->frame_size & 0x0FFF) >> + - PURX_ELS_HEADER_SIZE; > > This assignment triggers two new sparse warnings: > > drivers/scsi/qla2xxx/qla_isr.c:881:23: warning: restricted __le16 degrades to integer > drivers/scsi/qla2xxx/qla_isr.c:881:23: warning: cast to restricted __le16 > > Please fix these. > > Thanks, > > Bart.