[PATCH v3 0/2] scsi: arcmsr: use upper_32_bits() instead of dma_addr_hi32()
From: ching Huang
Date: Wed Oct 07 2020 - 03:20:18 EST
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.
---