On Sun, 31 Jan 2021 at 19:02, Heinrich Schuchardt <xypron.g...@gmx.de> wrote: > > sandbox_scmi_devices_ctx() may return NULL. We should not dereference this > value in sandbox_scmi_devices_remove(). > > The problem was indicated by 'gcc-11 -fanalyzer'. > > Signed-off-by: Heinrich Schuchardt <xypron.g...@gmx.de> > --- > drivers/firmware/scmi/sandbox-scmi_devices.c | 3 +++ > 1 file changed, 3 insertions(+)
Reviewed-by: Simon Glass <s...@chromium.org>