commit | 82cd7ad9b630309f76cd6631626800d8a2103acf | [log] [tgz] |
---|---|---|
author | Gaetan Perrot <gaetanperrotpro@gmail.com> | Mon Dec 25 14:20:30 2023 +0900 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Thu Dec 28 12:08:27 2023 +0000 |
tree | b258c4876b0cd982f7d526e8ef43444da9e757fd | |
parent | fc8b53bf106b16902f51b2f9857b2518cba16724 [diff] |
drivers: dac: sam: Add max value check Add max size check to dac sam and sam0 There is no size check in dac_sam_write_value and dac_sam0_write_value. Besides, the ret value should also be different. Fixes #65021 signed-off-by: Gaetan Perrot <gaetanperrotpro@gmail.com>