mbox series

[v2,0/2] scsi: arcmsr: fix warning: right shift count >= width of type

Message ID 281cbfc346d55de4bd796916fa5779e06a833040.camel@areca.com.tw (mailing list archive)
Headers show
Series scsi: arcmsr: fix warning: right shift count >= width of type | expand

Message

ching Huang Oct. 7, 2020, 4:32 a.m. UTC
This patch is against to mkp's 5.10/scsi-staging.

1. fix warning: right shift count >= width of type.
2. use round_up() instead of logical operation.
---