drm: rcar-du: Clarify error message when encoder initialization fails

2015-06-26 Thread Dan Carpenter
Hello Laurent Pinchart, This is a semi-automatic email about new static checker warnings. The patch 64549cdf85a1: "drm: rcar-du: Clarify error message when encoder initialization fails" from May 26, 2015, leads to the following Smatch complaint: drivers/gpu/drm/rcar-du/rcar_du

[PATCH 2/3] drm: rcar-du: Clarify error message when encoder initialization fails

2015-05-26 Thread Laurent Pinchart
A failure to initialize an encoder currently prints an error message in the kernel log without mentioning which encoder failed to initialize. To help debugging initialization issues print the encoder DT node name. This requires moving the error message to the rcar_du_encoders_init_one function and