Re: [PATCH v3 0/2] scsi: arcmsr: use upper_32_bits() instead of dma_addr_hi32()

2020-10-07 Thread Martin K. Petersen
Ching, > 1. Use upper_32_bits() instead of dma_addr_hi32(). > 2. Use round_up() instead of logical operation. Merged these. Thanks! -- Martin K. Petersen Oracle Linux Engineering

[PATCH v3 0/2] scsi: arcmsr: use upper_32_bits() instead of dma_addr_hi32()

2020-10-07 Thread ching Huang
This patch is against to mkp's 5.10/scsi-staging. 1. Use upper_32_bits() instead of dma_addr_hi32(). 2. Use round_up() instead of logical operation. ---