alistair23-linux/drivers/gpu/drm/via
Daniel Vetter 2ffd65283b drm/via: Remove unecessary NULL check
The context_dtor callback is only called once we've successfully loaded
the driver, which means dev->dev_private is set up. The check is hence
pointless.

Also dev->dev_private is deref already above, so compilers are free
to elide it anyway.

Reviewed-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2014-04-22 15:39:11 +02:00
..
Makefile drm: reorganise drm tree to be more future proof. 2008-07-14 10:45:01 +10:00
via_3d_reg.h drm: reorganise drm tree to be more future proof. 2008-07-14 10:45:01 +10:00
via_dma.c drm: Kill DRM_SUSER 2013-12-18 11:35:45 +10:00
via_dmablit.c drm: Kill DRM_*MEMORYBARRIER 2013-12-18 11:35:21 +10:00
via_dmablit.h drm/via: fixed coding style issues, simplified return 2010-08-02 10:17:23 +10:00
via_drv.c drivers: gpu: Mark function as static in via_drv.c 2014-01-14 13:05:00 +10:00
via_drv.h drm: Kill DRM_IRQ_ARGS 2013-12-18 11:33:46 +10:00
via_irq.c drm: Kill DRM_WAKUP and DRM_INIT_WAITQUEUE 2013-12-18 11:34:13 +10:00
via_map.c drm: don't use idr_remove_all() 2013-02-27 19:10:13 -08:00
via_mm.c drm/via: Remove unecessary NULL check 2014-04-22 15:39:11 +02:00
via_verifier.c UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ 2012-10-02 18:01:07 +01:00
via_verifier.h drm/via: fixed coding style issues, simplified return 2010-08-02 10:17:23 +10:00
via_video.c drm: Kill DRM_WAKUP and DRM_INIT_WAITQUEUE 2013-12-18 11:34:13 +10:00