From: Damien Lespiau Date: Thu, 7 May 2015 17:38:47 +0000 (+0100) Subject: drm/i915/skl: Don't try to store the wrong central frequency X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~36^2~322 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=877f61d947b6666205fee4ea7a04faf187a4ede5;p=pandora-kernel.git drm/i915/skl: Don't try to store the wrong central frequency The orignal code started by storing the actual central frequency (in Hz, using a uint64_t) in a uint32_t which codes for the register value. That can't be right. Signed-off-by: Damien Lespiau Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed