On Thu, 27 Aug 2020 at 12:04, Chen Qun <kuhn.chen...@huawei.com> wrote: > > Clang static code analyzer show warning: > hw/intc/exynos4210_combiner.c:231:9: warning: Value stored to 'val' is never > read > val = s->reg_set[offset >> 2]; > > The default register return value should be return 'val'. > > Reported-by: Euler Robot <euler.ro...@huawei.com> > Signed-off-by: Chen Qun <kuhn.chen...@huawei.com> > --- > Cc: Igor Mitsyanko <i.mitsya...@gmail.com> > Cc: Peter Maydell <peter.mayd...@linaro.org> > Reviewed-by: Peter Maydell <peter.mayd...@linaro.org>
thanks -- PMM