summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/timer-gp.c
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2011-03-13 06:29:00 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-14 20:36:14 +0100
commitdd9b15dc03075993f63a8a69667a3a8989aedfa1 (patch)
treea49c8b4a5ae885d5a9f3cea7ec83c278b86ee534 /arch/arm/mach-omap2/timer-gp.c
parentStaging: hv: Get rid of vmbus_child_dev_add() (diff)
downloadlinux-dd9b15dc03075993f63a8a69667a3a8989aedfa1.tar.xz
linux-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 <imirkin@alum.mit.edu> Cc: K. Y. Srinivasan <kys@microsoft.com> Cc: Haiyang Zhang <haiyangz@microsoft.com> Cc: Mike Sterling <mike.sterling@microsoft.com> Cc: Abhishek Kane <v-abkane@microsoft.com> Cc: Hank Janssen <hjanssen@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'arch/arm/mach-omap2/timer-gp.c')
0 files changed, 0 insertions, 0 deletions