1
0
Fork 0
alistair23-linux/drivers/staging/mt29f_spinand
Aya Mahfouz a511536f4b staging: mt29f_spinand: remove pointer to pointer cast in function argument
Removes unnecessary pointer to pointer cast on function arguments.
It is worth noting that buf is already a u8 pointer.
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>
2015-03-15 18:41:11 +01:00
..
Kconfig staging: mt29f_spinand: Fix typo in Kconfig 2015-01-17 16:22:15 -08:00
Makefile
TODO
mt29f_spinand.c staging: mt29f_spinand: remove pointer to pointer cast in function argument 2015-03-15 18:41:11 +01:00
mt29f_spinand.h