On 12 January 2016 at 15:59, Yetunde Adebisi <yetundex.adebisi at intel.com> wrote: > + memset(intel_dp->edp_dpcd, 0, sizeof(intel_dp->edp_dpcd)); gcc should've warned you about this; you're memsetting too small a size. Cheers, Daniel