From: Tomi Valkeinen Date: Tue, 8 Apr 2014 12:25:34 +0000 (+0300) Subject: drm/omap: fix missing unref to fb's buf object X-Git-Tag: omap-for-v3.16/pm-signed~75^2~8^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e19c06d0e570a347669acc2b850c2f730090b60;p=pandora-kernel.git drm/omap: fix missing unref to fb's buf object omap_fbdev_create() takes a reference to the fb's gem object with omap_gem_get_paddr(). However, it never releases it with omap_gem_put_paddr(). This patch adds the missing omap_gem_put_paddr() to omap_fbdev_free(). Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed