but its ok for usb drivers?
class/usb-midi.c: if ( u ) kfree(u);
class/usblp.c: if (usblp->statusbuf) kfree(usblp->statusbuf);
class/usblp.c: if (usblp->device_id_string) kfree(usblp->device_id_string);
image/mdc800.c:#define try_free_mem(A) if (A != 0) { kfree (A); A=0; }
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/