--- Gnu-Mach/linux/src/drivers/scsi/53c7,8xx.h 2020/09/02 04:41:40 1.1.1.1 +++ Gnu-Mach/linux/src/drivers/scsi/53c7,8xx.h 2020/09/02 04:46:29 1.1.1.2 @@ -1569,11 +1569,11 @@ struct NCR53c7x0_hostdata { /* Patch field in dsa structure (assignment should be +=?) */ #define patch_dsa_32(dsa, symbol, word, value) \ { \ - (dsa)[(hostdata->##symbol - hostdata->dsa_start) / sizeof(u32) \ + (dsa)[(hostdata->symbol - hostdata->dsa_start) / sizeof(u32) \ + (word)] = (value); \ if (hostdata->options & OPTION_DEBUG_DSA) \ printk("scsi : dsa %s symbol %s(%d) word %d now 0x%x\n", \ - #dsa, #symbol, hostdata->##symbol, \ + #dsa, #symbol, hostdata->symbol, \ (word), (u32) (value)); \ }