提交 0c5d465b 编写于 作者: S Sachin Kamat 提交者: Greg Kroah-Hartman

staging: cxt1e1: sbeid.c: Use NULL instead of 0

Pointers should be assigned NULL instead of 0.
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 ae919922
......@@ -22,7 +22,7 @@
char *
sbeid_get_bdname (ci_t *ci)
{
char *np = 0;
char *np = NULL;
switch (ci->brd_id)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册