2020-10-07 04:49:27

by Ching Huang

[permalink] [raw]
Subject: [PATCH v2 0/2] scsi: arcmsr: fix warning: right shift count >= width of type

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.
---