git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb3a4dc
)
staging: media: lirc: remove unnecessary cast on function argument
author
Aya Mahfouz
<mahfouz.saif.elyazal@gmail.com>
Tue, 10 Mar 2015 16:55:27 +0000
(18:55 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sun, 15 Mar 2015 17:41:11 +0000
(18:41 +0100)
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 <mahfouz.saif.elyazal@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found