From: Boris BREZILLON Date: Fri, 14 Nov 2014 18:30:30 +0000 (+0100) Subject: drm: flip-work: change drm_flip_work_init prototype X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7f8db5300d1f50b5631796086dbd4efc5b5d707;p=pandora-kernel.git drm: flip-work: change drm_flip_work_init prototype Now that we're using lists instead of kfifo to store drm flip-work tasks we do not need the size parameter passed to drm_flip_work_init function anymore. Moreover this function cannot fail anymore, we can thus remove the return code. Modify drm_flip_work_init users to take account of these changes. [airlied: fixed two unused variable warnings] Signed-off-by: Boris BREZILLON Reviewed-by: Rob Clark Signed-off-by: Dave Airlie --- Reading git-diff-tree failed