aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2011-03-13 05:29:00 +0000
committerGreg Kroah-Hartman <[email protected]>2011-03-14 19:36:14 +0000
commitdd9b15dc03075993f63a8a69667a3a8989aedfa1 (patch)
treea49c8b4a5ae885d5a9f3cea7ec83c278b86ee534 /net/unix/af_unix.c
parentStaging: hv: Get rid of vmbus_child_dev_add() (diff)
downloadkernel-dd9b15dc03075993f63a8a69667a3a8989aedfa1.tar.gz
kernel-dd9b15dc03075993f63a8a69667a3a8989aedfa1.zip
staging: hv: Remove NULL check before kfree
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 <[email protected]> Cc: K. Y. Srinivasan <[email protected]> Cc: Haiyang Zhang <[email protected]> Cc: Mike Sterling <[email protected]> Cc: Abhishek Kane <[email protected]> Cc: Hank Janssen <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions