4ccbec2a14
commit 2eca8e4c1df4864b937752c3aa2f7925114f4806 upstream.
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 |