mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
PD#172721: meson: adc: fix coverity warning 1.Function "regmap_write" does not check the return value. 2.There's a risk of dividing by 0. 3.There is a risk of null pointer dereferencing the reference This causes "Unchecked return value" and "Division or modulo by zero". Change-Id: I10a04dbd49db2d3f3e7def18b6b9eb9f836bc9f0 Signed-off-by: Yingyuan Zhu <yingyuan.zhu@amlogic.com>