On 16.10.23 14:16, Hannes Reinecke wrote: > -void scsi_eh_finish_cmd(struct scsi_cmnd *scmd, struct list_head *done_q) > +void __scsi_eh_finish_cmd(struct scsi_cmnd *scmd, struct list_head *done_q, > + int host_byte) > { > + if (host_byte) > + set_host_byte(scmd, host_byte); I think the 'if' is not needed here.