mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-21 18:42:19 +00:00
The 2nd parameter of 'find_first_zero_bit()' is a number of bits, not of
bytes. So use 'csi2rx->max_lanes' instead of 'sizeof(lanes_used)'.
Fixes:
|
||
|---|---|---|
| .. | ||
| cdns-csi2rx.c | ||
| cdns-csi2tx.c | ||
| Kconfig | ||
| Makefile | ||