drivers: dac: dacx3608: Fix bad shift operation
The parameter provided to the `BIT()` macro must be checked so that
the shift operation does not overflow the variable.
Fixes #81990
Signed-off-by:
Martin Jäger <martin@libre.solar>
Loading
Please sign in to comment