projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae91992
)
staging: cxt1e1: sbeid.c: Use NULL instead of 0
author
Sachin Kamat
<sachin.kamat@linaro.org>
Fri, 27 Sep 2013 04:06:30 +0000
(09:36 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 1 Oct 2013 01:48:40 +0000
(18:48 -0700)
Pointers should be assigned NULL instead of 0.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/cxt1e1/sbeid.c
patch
|
blob
|
history
diff --git
a/drivers/staging/cxt1e1/sbeid.c
b/drivers/staging/cxt1e1/sbeid.c
index
791993f
..
6ec51bc
100644
(file)
--- a/
drivers/staging/cxt1e1/sbeid.c
+++ b/
drivers/staging/cxt1e1/sbeid.c
@@
-22,7
+22,7
@@
char *
sbeid_get_bdname (ci_t *ci)
{
- char *np =
0
;
+ char *np =
NULL
;
switch (ci->brd_id)
{