intel_dsi_init() bails out without freeing the memory 'intel_dsi' and
'intel_connector' point to. Simply bail out before allocating memory.
Picked up by Coverity - CID 1222750.
Signed-off-by: Christoph Jaeger
---
drivers/gpu/drm/i915/intel_dsi.c | 14 +++--
Due to a type mismatch that causes an implicit type conversion, the
upper 32 bits of the GPU address have been zeroed out when adding to the
command buffer.
Picked up by Coverity - CID 1198624.
Signed-off-by: Christoph Jaeger
---
drivers/gpu/drm/radeon/radeon_vce.c | 2 +-
1 file changed, 1
DRM_DEBUG_KMS includes printing the function name.
Signed-off-by: Christoph Jaeger
---
drivers/gpu/drm/i915/dvo_ns2501.c | 22 --
1 file changed, 8 insertions(+), 14 deletions(-)
diff --git a/drivers/gpu/drm/i915/dvo_ns2501.c
b/drivers/gpu/drm/i915/dvo_ns2501.c
index
Thanks for review.
This patch obsoletes patch "drm/i915: use __func__ instead of
__FUNCTION__".
Best,
Chris
__FUNCTION__ is gcc specific; use __func__ instead.
Signed-off-by: Christoph Jaeger
---
drivers/gpu/drm/i915/dvo_ns2501.c | 15 ++-
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/drivers/gpu/drm/i915/dvo_ns2501.c
b/drivers/gpu/drm/i915/dvo_ns2501.c
index 954acb2