]> git.neil.brown.name Git - md.git/commit
drm: store_vblank() is never called with NULL timestamp
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 14 Sep 2015 19:43:50 +0000 (22:43 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 24 Sep 2015 18:14:23 +0000 (20:14 +0200)
commit1b2eb71050915d88e62a0ca0c448e0e93484ae9e
tree22b5c8bbdca205e48f4fbfbe75c17b226f91ba57
parentad1716ecca9d9099199cfc9278672c17d1484c75
drm: store_vblank() is never called with NULL timestamp

Remove the NULL 't_vblank' checks from store_vblank() since that will
never happen.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/drm_irq.c