From: Tomi Valkeinen Date: Thu, 16 Oct 2014 09:19:37 +0000 (+0300) Subject: OMAPFB: fix releasing overlays X-Git-Tag: omap-for-v3.19/fixes-not-urgent-part1~37^2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13a0c40a49380752d8fbe1ff27009df2b5c71fcf;p=pandora-kernel.git OMAPFB: fix releasing overlays omapfb disables all the overlays when freeing resources, but it should also remove those overlays from overlay managers. Not doing so causes a crash if omapfb is unbound and bound, or omapfb module is removed and loaded, while keeping omapdss around. Fix this by calling unset_manager() for all overlays. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed