mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-13 03:10:58 +00:00
The previous patch used the modulus operator over a power of 2 unnecessarily which may produce suboptimal binary code. This patch changes changes them to binary ands instead. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>