Hi
On Fri, Feb 21, 2014 at 8:21 AM, Thierry Reding thierry.reding@gmail.com wrote:
On Wed, Jan 29, 2014 at 03:01:56PM +0100, David Herrmann wrote:
drm_get_minor() no longer allocates objects, and drm_unplug_minor() is now the exact reverse of it. Rename it to _register/unregister() so their name actually says what they do.
Furthermore, remove the direct minor-ptr and instead pass the minor-type. This way we know the actualy slot of the minor and can reset it if
Nit: "actualy" -> "actual".
Fixed.
Thanks David