mirror of
https://github.com/torvalds/linux.git
synced 2025-11-07 20:19:47 +02:00
init_ixp_crypto() calls of_parse_phandle_with_fixed_args() multiple
times, but does not release all the obtained refcounts. Fix it by adding
of_node_put() calls.
This bug was found by an experimental static analysis tool that I am
developing.
Fixes:
|
||
|---|---|---|
| .. | ||
| ixp4xx_crypto.c | ||
| Kconfig | ||
| Makefile | ||