commit | 871379dc0fd9748892bdf10536f2664751a7819c | [log] [tgz] |
---|---|---|
author | Josep Puigdemont <josep.puigdemont@gmail.com> | Thu Jul 17 01:03:39 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jul 17 18:25:47 2014 -0700 |
tree | 23d4699ae581eeb61943421022223f0b9e212fbc | |
parent | 8a1182eb34dcb0d5d627e2852f3e76931a653264 [diff] |
staging: lustre: plain interger was used as NULL pointer This patch fixes the following warnings found when running sparse: .../lproc_echo.c:43:11: warning: Using plain integer as NULL pointer .../lproc_echo.c:49:11: warning: Using plain integer as NULL pointer Signed-off-by: Josep Puigdemont <josep.puigdemont@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>