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> OK, so when will we be removing the unlikely() from the implementations of kfree()? if (unlikely(ZERO_OR_NULL_PTR(block))) return; -- Steve _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel