On Tue, Dec 16, 2014 at 10:04:34PM -0200, Fabio Estevam wrote: > From: Fabio Estevam > > Commit a52879e8d7cb ("drm/dsi: Add message to packet translator") caused the > following Smatch complaint: > > drivers/gpu/drm/drm_mipi_dsi.c:328 mipi_dsi_create_packet() > warn: variable dereferenced before check 'msg' (see line 326) > > Do the 'msg' check prior to dereferencing it. > > Reported-by: Dan Carpenter > Signed-off-by: Fabio Estevam > --- > drivers/gpu/drm/drm_mipi_dsi.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) I've had an equivalent patch in the drm/panel tree for almost two weeks but had forgotten to push. Pushed now. Thierry