From: archit taneja Date: Wed, 10 Apr 2013 08:59:39 +0000 (+0000) Subject: drm: cleanup: use drm_framebuffer_reference instead of a kref_get X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9131d3d87bf7c8cfc9bdc3d3d927ec3967f0e9a6;p=pandora-kernel.git drm: cleanup: use drm_framebuffer_reference instead of a kref_get drm_framebuffer_lookup() does a kref_get() for the framebuffer if it finds one corresponding to the fb id passed to it. Use drm_framebuffer_reference() instead for clarity since it's the function used in other places to take a reference. Signed-off-by: Archit Taneja Reviewed-by: Daniel Vetter Signed-off-by: Dave Airlie --- Reading git-diff-tree failed