drm/i915: Remove superfluous NULL check
authorTakashi Iwai <tiwai@suse.de>
Tue, 1 Dec 2015 16:09:50 +0000 (17:09 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 4 Dec 2015 10:21:17 +0000 (11:21 +0100)
commit89f41f4f90741fe94b6da9d4d366628a9b0be8f1
treefa431eb543452d05c8de816bf1d2dda0665ea140
parent63ba534ecf78c301df87b25267406002cc1af14a
drm/i915: Remove superfluous NULL check

to_intel_crtc() always returns a non-NULL pointer.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1448986198-3488-2-git-send-email-tiwai@suse.de
drivers/gpu/drm/i915/intel_audio.c