Home
last modified time | relevance | path

Searched hist:"807642 d731e08f317e9375e2dcbb49eb0de0daa2" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/sti/
H A Dsti_hdmi.c807642d731e08f317e9375e2dcbb49eb0de0daa2 Mon Sep 21 15:51:26 UTC 2015 Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com> drm/sti: hdmi fix i2c adapter device refcounting

The commit 53bdcf5f026c ("drm: sti: fix sub-components bind") moves
i2c adapter search and locking from .bind() to .probe(), however
proper error path in the modified .probe() is not implemented and
leftover of the related error path in .bind() remains. This change
fixes these issues.

Fixes: 53bdcf5f026c ("drm: sti: fix sub-components bind")
Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>
Reviewed-by: Vincent Abriou <vincent.abriou@st.com>