]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm: fix minor number range calculation
authorKristian Høgsberg <krh@bitplanet.net>
Thu, 8 Aug 2013 17:10:21 +0000 (19:10 +0200)
committerDave Airlie <airlied@redhat.com>
Mon, 19 Aug 2013 04:22:29 +0000 (14:22 +1000)
commit24f400326793341b005546d6ef82770f8d30d092
tree0907625471759398224ce7d2a39570de74e2aeb9
parent90254ac084a6465e46cdada933bf3a7e9ee90277
drm: fix minor number range calculation

Currently, both ranges overlap. Fix the limits so both ranges are mutually
exclusive. Also use the occasion to convert whitespaces to tabs.

Signed-off-by: Kristian Høgsberg <krh@bitplanet.net>
(fixed up tabs and adjust commit-msg accordingly)
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_stub.c