On Tue, Feb 22, 2011 at 03:53:40AM -0500, Ilia Mirkin wrote: > This patch was created with the following semantic patch: > > // <smpl> > @@ > expression E; > @@ > > - if (E != NULL) kfree(E); > + kfree(E); > // </smpl> > > Signed-off-by: Ilia Mirkin <imirkin@xxxxxxxxxxxx> > --- > > Hi Greg, > > Please let me know if you would rather I split these up by driver instead. > I didn't because I saw that you took staging-wide cleanups before. Please split these up per-driver, it makes it easier to merge and for the individual driver authors to review them. thanks, greg k-h _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel