--- Gnu-Mach/linux/src/drivers/scsi/53c78xx.c 2020/09/02 04:41:39 1.1 +++ Gnu-Mach/linux/src/drivers/scsi/53c78xx.c 2020/09/02 04:46:21 1.1.1.2 @@ -3918,7 +3918,7 @@ NCR53c7xx_queue_command (Scsi_Cmnd *cmd, restore_flags (flags); cmd->result = 0xffff; /* The NCR will overwrite message and status with valid data */ - cmd->host_scribble = (unsigned char *) tmp = create_cmd (cmd); + cmd->host_scribble = (unsigned char *) (tmp = create_cmd (cmd)); } cli(); /*