- 03 11月, 2015 1 次提交
-
-
由 Rasmus Villemoes 提交于
arg is long int, so arg = (arg << 22) >> 22 makes the upper 22 bits of arg equal to bit 9 (or bit 41). But we then mask away all but bits 0-9, so this is entirely redundant. Signed-off-by: NRasmus Villemoes <linux@rasmusvillemoes.dk> Reviewed-by: NVincent Abriou <vincent.abriou@st.com>
-
- 05 2月, 2015 1 次提交
-
-
由 Vincent Abriou 提交于
The shift and the mask done on arg value is useless since arg is null. Signed-off-by: NVincent Abriou <vincent.abriou@st.com>
-
- 30 12月, 2014 1 次提交
-
-
由 Benjamin Gaignard 提交于
Digital Video Out connector driver LCD panels. Like HDMI and HDA it create bridge, encoder and connector drm object. Add binding description. Signed-off-by: NBenjamin Gaignard <benjamin.gaignard@linaro.org>
-