Skip to content

Commit

Permalink
trivial: NULL noise: drivers/media/dvb/frontends/drx397xD_fw.h
Browse files Browse the repository at this point in the history
Fix this sparse warnings:
  drivers/media/dvb/frontends/drx397xD_fw.h:21:2: warning: Using plain integer as NULL pointer
  drivers/media/dvb/frontends/drx397xD_fw.h:22:2: warning: Using plain integer as NULL pointer

Signed-off-by: Hannes Eder <[email protected]>
Acked-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
hanneseder-net authored and Jiri Kosina committed Mar 30, 2009
1 parent b731d7b commit 9c12bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/frontends/drx397xD.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ static struct {
} fw[] = {
#define _FW_ENTRY(a, b, c) { \
.name = a, \
.file = 0, \
.file = NULL, \
.lock = __RW_LOCK_UNLOCKED(fw[c].lock), \
.refcnt = 0, \
.data = { } }
Expand Down

0 comments on commit 9c12bd8

Please sign in to comment.