summaryrefslogtreecommitdiff
path: root/irq.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-08-15 11:53:14 +0200
committerTobias Klauser <tklauser@distanz.ch>2014-08-15 11:53:14 +0200
commitcd3bc1457bcb4f22c232a5808fb895c2798ca164 (patch)
tree72d2d1e83d51c7a7e3cc1a02fc7fd78b5b381567 /irq.h
parent0546b9ddc031d596dd0f94d084957b0d4f52754a (diff)
geoip: Use NULL instead of integer to initialize pointers
Fixes the following sparse warnings: geoip.c:76:30: warning: Using plain integer as NULL pointer geoip.c:78:30: warning: Using plain integer as NULL pointer Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'irq.h')
0 files changed, 0 insertions, 0 deletions
rivate-remove&id=d9f1f61c0801a73ff36d416a7ede54229b231e1d'>tap: Extending tap device create/destroy APIsSainath Grandhi1-2/+2 2017-02-11tap: Abstract type of virtual interface from tap implementationSainath Grandhi1-4/+53 2017-02-11tap: Tap character device creation/destroy APISainath Grandhi1-0/+3 2017-02-11tap: Renaming tap related APIs, data structures, macrosSainath Grandhi3-25/+25 2017-02-11tap: Refactoring macvtap.cSainath Grandhi1-0/+10 2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller