mbox series

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

Message ID 9846b9ef4f8dcdac543270c3268d1ebb31aad6a7.camel@areca.com.tw (mailing list archive)
Headers show
Series scsi: arcmsr: use upper_32_bits() instead of dma_addr_hi32() | expand

Message

ching Huang Oct. 7, 2020, 7:20 a.m. UTC
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.
---

Comments

Martin K. Petersen Oct. 8, 2020, 2:06 a.m. UTC | #1
Ching,

> 1. Use upper_32_bits() instead of dma_addr_hi32().
> 2. Use round_up() instead of logical operation.

Merged these. Thanks!