thunderbolt: Use NULL instead of 0 in switch.c
authorSachin Kamat <sachin.kamat@samsung.com>
Fri, 20 Jun 2014 09:02:31 +0000 (14:32 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Jun 2014 16:44:42 +0000 (09:44 -0700)
commitc9c2deef457c766a33c4862c9c198c20854d5fb6
tree567215c862df7a1b593a0ac899316977fd66cd80
parent10fefe56bba413fb0525207c65cf50cf2a5afaff
thunderbolt: Use NULL instead of 0 in switch.c

The function returns a pointer. Hence return NULL instead of 0.

Signed-off-by: Sachin Kamat <sachin.kamat@samsung.com>
Acked-by: Andreas Noever <andreas.noever@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/thunderbolt/switch.c
This page took 0.037842 seconds and 5 git commands to generate.