aboutsummaryrefslogtreecommitdiff
path: root/lib/test_overflow.c
diff options
context:
space:
mode:
authorKrzysztof Wilczyński <[email protected]>2020-09-22 19:49:32 +0000
committerLorenzo Pieralisi <[email protected]>2020-10-09 13:37:57 +0100
commit936452941cbec2b2f51cb6b7e5ac1d9b3081c6c1 (patch)
tree3ec3cf46853a8c4a924f659cf5d60f94f9504881 /lib/test_overflow.c
parent0c3c87d2b270a179f1149df5b84a7f7ad3474bdb (diff)
PCI: iproc: Fix using plain integer as NULL pointer in iproc_pcie_pltfm_probe
Fix sparse build warning: drivers/pci/controller/pcie-iproc-platform.c:102:33: warning: Using plain integer as NULL pointer The map_irq member of the struct iproc_pcie takes a function pointer serving as a callback to map interrupts, therefore we should pass a NULL pointer to it rather than a integer in the iproc_pcie_pltfm_probe() function. Related: commit b64aa11eb2dd ("PCI: Set bridge map_irq and swizzle_irq to default functions") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Wilczyński <[email protected]> Signed-off-by: Lorenzo Pieralisi <[email protected]> Reviewed-by: Rob Herring <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions