From: Aya Mahfouz Date: Tue, 10 Mar 2015 16:55:27 +0000 (+0200) Subject: staging: media: lirc: remove unnecessary cast on function argument X-Git-Tag: omap-for-v4.1/fixes-rc1~165^2~138^2~447 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=505942151da6310df05213413d4ebd10bd5fd450;p=pandora-kernel.git staging: media: lirc: remove unnecessary cast on function argument Removes pointer to pointer cast on a function argument. Issue detected and resolved using the following coccinelle script: @@ expression e; type t; identifier f; @@ f(..., -(t *) e ,...) Signed-off-by: Aya Mahfouz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed