mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 02:04:19 +08:00
2eca8e4c1d
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 |