mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-15 00:46:47 +07: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 |