[PATCH] fix for uninitialized timer in drm_drv.h
Patch from Martin Josefsson <gandalf@wlug.westbo.se> Here's a fix for an uninitialized timer in drm_drv.h, for some reason it initilizes the timer when the device is opened, not at init. It moves the initilization for the waitqueue to init aswell.
Showing
Please register or sign in to comment