From f73aca50b7f6e0f3e04d887f852b9f8b0e108fa7 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Sun, 20 Oct 2013 18:55:40 +0200 Subject: [PATCH] drm: call drm_unplug_minor() from drm_put_minor() This protects drm_unplug_minor() against repeated calls so we can use it in drm_put_minor(). This allows us to further simplify it in follow-ups as we no longer do minor-destruction in both functions but only in drm_unplug_minor(). Also add kernel-doc comments about what these calls do. [airlied: fixup for changes to kdev stuff] Signed-off-by: David Herrmann Signed-off-by: Dave Airlie --- Reading git-format-patch failed