staging: unisys: visorchipset: Remove unused NONULLSTR()
authorJes Sorensen <Jes.Sorensen@redhat.com>
Mon, 13 Apr 2015 14:28:38 +0000 (10:28 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Apr 2015 14:33:05 +0000 (16:33 +0200)
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Tested-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorchipset/visorchipset_main.c

index 899bf684cf00675c21dfc5785549a67486ff3a21..6144a945629f5055194a5ced5d3c8deed1df3278 100644 (file)
 static ulong poll_jiffies = POLLJIFFIES_CONTROLVMCHANNEL_FAST;
 static ulong most_recent_message_jiffies;      /* when we got our last
                                                 * controlvm message */
-static inline char *
-NONULLSTR(char *s)
-{
-       if (s)
-               return s;
-       return "";
-}
-
 static int serverregistered;
 static int clientregistered;
 
This page took 0.027546 seconds and 5 git commands to generate.