mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 11:21:33 +00: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 |