From: Mauro Carvalho Chehab Date: Tue, 28 Apr 2015 15:16:52 +0000 (-0300) Subject: [media] s5p_mfc: remove a dead code X-Git-Tag: omap-for-v4.2/fixes-rc1^2~111^2~521 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ed991a9fe8278b529510850accdea6dea596d0f;p=pandora-kernel.git [media] s5p_mfc: remove a dead code As reported by smatch: drivers/media/platform/s5p-mfc/s5p_mfc.c:1340 s5p_mfc_runtime_resume() warn: this array is probably non-NULL. 'm_dev->alloc_ctx' alloc_ctx can never be NULL, as it is embeeded inside the struct s5p_mfc_dev. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed