diff options
author | RAGHU Halharvi <[email protected]> | 2018-07-17 15:50:09 +0530 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2018-07-17 13:35:44 +0200 |
commit | d91cfeb0aa79445fcfa9f523a5b57c5e9f4113ec (patch) | |
tree | 79a47e8f19747373471a978a1d8dbad330bea707 /net/lapb/lapb_subr.c | |
parent | 519cc8652b3a1d3d0a02257afbe9573ad644da26 (diff) |
genirq: Remove redundant NULL pointer check in __free_irq()
The NULL pointer check in __free_irq() triggers a 'dereference before NULL
pointer check' warning in static code analysis. It turns out that the check
is redundant because all callers have a NULL pointer check already.
Remove it.
Signed-off-by: RAGHU Halharvi <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions