diff options
author | Luo Yifan <[email protected]> | 2024-11-06 09:46:54 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-11-07 13:07:16 +0000 |
commit | 63c1c87993e0e5bb11bced3d8224446a2bc62338 (patch) | |
tree | 74e08cd27f9cd7f83472e208ec3af3fd29dfefdd /lib/crypto/mpi/mpi-sub-ui.c | |
parent | 8c21e40e1e481f7fef6e570089e317068b972c45 (diff) |
ASoC: stm: Prevent potential division by zero in stm32_sai_mclk_round_rate()
This patch checks if div is less than or equal to zero (div <= 0). If
div is zero or negative, the function returns -EINVAL, ensuring the
division operation (*prate / div) is safe to perform.
Signed-off-by: Luo Yifan <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'lib/crypto/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions