On Sat, Mar 12, 2011 at 9:28 PM, Ilia Mirkin <imirkin@xxxxxxxxxxxx> wrote: > This patch was generated by the following semantic patch: > // <smpl> > @@ expression E; @@ > - if (E != NULL) { kfree(E); } > + kfree(E); > > @@ expression E; @@ > - if (E != NULL) { kfree(E); E = NULL; } > + kfree(E); > + E = NULL; > // </smpl> > > Signed-off-by: Ilia Mirkin <imirkin@xxxxxxxxxxxx> This is pretty awesome, thanks for using spatch and submitting stuff for ath6kl :) Acked-by: Luis R. Rodriguez <lrodriguez@xxxxxxxxxxx> Greg, I'll rebase my next series on top of this patch. Luis _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel