From: Dave Airlie Date: Thu, 7 Oct 2010 04:01:17 +0000 (+1000) Subject: drm: don't drop handle reference on unload X-Git-Tag: v2.6.36-rc8~29^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dab8dcfa3c8e3b021a138bee7c17791b4991ba55;p=pandora-kernel.git drm: don't drop handle reference on unload since the handle references are all tied to a file_priv, and when it disappears all the handle refs go with it. The fbcon ones we'd only notice on unload, but the nouveau notifier one would would happen on reboot. nouveau: Reported-by: Marc Dionne nouveau: Tested-by: Marc Dionne i915 unload: Reported-by: Keith Packard Acked-by: Ben Skeggs Signed-off-by: Dave Airlie --- Reading git-diff-tree failed