Tag: 505942151da6310df05213413d4ebd10bd5fd450

staging: media: lirc: remove unnecessary cast on function argument

Author: Aya Mahfouz <mahfouz.saif.elyazal@gmail.com> 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 — drivers/staging/media/lirc/lirc_parallel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)   diff …

Continue reading