mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
This semantic patch does not take into account the fact that of_node_put can be safely applied to NULL. Thus it gives only false positives. Drop it. Reported-by: Qing Wang <[email protected]> Signed-off-by: Julia Lawall <[email protected]>