K 10 svn:author V 8 dumbbell K 8 svn:date V 27 2016-03-18T22:52:11.307890Z K 7 svn:log V 267 drm: Fix dev->ioctl_count references leak This fixes the following error: kernel: error: [drm:pid1167:drm_release] *ERROR* Device busy: 2 Because of that, drm_lastclose() was not called, leading to a few memory leaks once the driver was unloaded. MFC of: r296674 END