mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 11:32:04 +00:00
794a8946ba
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@alum.mit.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> |
||
---|---|---|
.. | ||
boards | ||
bridges | ||
devices | ||
Kconfig | ||
Makefile | ||
TODO | ||
vme_api.txt | ||
vme_bridge.h | ||
vme.c | ||
vme.h |