]> git.baikalelectronics.ru Git - kernel.git/commit
drm: turn DRM_MINOR_* into enum
authorDavid Herrmann <dh.herrmann@gmail.com>
Wed, 29 Jan 2014 11:31:40 +0000 (12:31 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Sun, 16 Mar 2014 11:25:17 +0000 (12:25 +0100)
commit15823a1e59fe4d26701a0962e3dfe0dcfa5df948
tree31d5db41b6af80f0f4a9e81b07f3377acd03af0b
parentb9fce0b5a4113bab30d5fe762a3772e2e2679551
drm: turn DRM_MINOR_* into enum

Use enum for DRM_MINOR_* constants to avoid hard-coding the IDs.
Furthermore, add a DRM_MINOR_CNT so we can perform range-checks in
follow-ups.

This changes the IDs of the minor-types by -1, but they're not used as
indices so this is fine.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
include/drm/drmP.h