From: Yizhuo <yzhai...@ucr.edu> Date: Fri, 30 Aug 2019 19:00:48 -0700
> In function sun8i_dwmac_set_syscon(), local variable "val" could > be uninitialized if function regmap_field_read() returns -EINVAL. > However, it will be used directly in the if statement, which > is potentially unsafe. > > Signed-off-by: Yizhuo <yzhai...@ucr.edu> Applied, thank you.