Tag: a511536f4b8815308d178740902826de9c628f59

staging: mt29f_spinand: remove pointer to pointer cast in function argument

Author: Aya Mahfouz <mahfouz.saif.elyazal@gmail.com> 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 Signed-off-by: Greg Kroah-Hartman — drivers/staging/mt29f_spinand/mt29f_spinand.c | …

Lire la suite