From: Mauro Carvalho Chehab Date: Tue, 26 Aug 2014 13:52:56 +0000 (-0300) Subject: [media] g2d: remove unused var X-Git-Tag: fixes-against-v3.18-rc2~130^2^2~401 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc916aa78aec95ce93d9e9e323ba3a5a88b1d516;p=pandora-kernel.git [media] g2d: remove unused var drivers/media/platform/s5p-g2d/g2d.c: In function 'job_abort': drivers/media/platform/s5p-g2d/g2d.c:493:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable] int ret; ^ The job_abort function returns void. No sense to get the returned argument, if this won't be used. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed