• Andrew Morton's avatar
    [PATCH] fix for uninitialized timer in drm_drv.h · f7483240
    Andrew Morton authored
    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.
    f7483240
drm_drv.h 28.2 KB