summaryrefslogtreecommitdiff
path: root/drivers/gpu/host1x/syncpt.h
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@lip6.fr>2015-05-01 19:37:57 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-05-08 07:23:53 (GMT)
commit34b8fbd6cdb1251d7f2bb3645124148365c5089a (patch)
tree419b256f40e1f8ea8b5cb0ec3a6ea58438f7b1e0 /drivers/gpu/host1x/syncpt.h
parent13879e5d17afc76b66d74324fe2b1065e301614f (diff)
downloadlinux-34b8fbd6cdb1251d7f2bb3645124148365c5089a.tar.xz
staging: lustre: lov: lov_dev: remove unneeded null test before free
Kfree can cope with a null argument, so drop null tests. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression ptr; @@ - if (ptr != NULL) kfree(ptr); // </smpl> Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/gpu/host1x/syncpt.h')
0 files changed, 0 insertions, 0 deletions