From: Daniel Vetter Date: Thu, 24 Apr 2014 21:55:01 +0000 (+0200) Subject: drm/i915: Make ->update_primary_plane infallible X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~38^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29b9bde6f44ef041dcd90f742ef0b64b05d546c4;p=pandora-kernel.git drm/i915: Make ->update_primary_plane infallible Way back we've used this to reject framebuffers with unsupported pixel formats. But since the modesetting reorg with the compute config stage we reject those much earlier and just BUG() in this callback. So switch to a void return type. Reviewed-by: Akash Goel Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed