drm: Fix wrong by one error in drm_ioctl()
authorFrançois Tigeot <ftigeot@wolfpond.org>
Sat, 8 Aug 2015 09:42:14 +0000 (11:42 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Sat, 8 Aug 2015 10:10:56 +0000 (12:10 +0200)
commit48965dc9eb37b6efde361c03f37d85a43072acf7
treebff64d3569bc2379db14f9284210292c68fea290
parent3611dc1959be2e12a340ebddadb7bc821e843795
drm: Fix wrong by one error in drm_ioctl()

This was preventing the ioctl table from being made const.

Submitted-by: Yellow Rabbit
sys/dev/drm/drm_drv.c