diff options
| author | Liang He <[email protected]> | 2022-06-15 19:17:47 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2022-06-27 14:36:02 +0200 |
| commit | eb01611056cf835cf2c1cc1a800bfff9386c82ea (patch) | |
| tree | 0085a5bad5e547ed7797005578ef58a5e6ea79ed /include/linux/moduleparam.h | |
| parent | f9008285bb69e4713918a665250ab2d356b731ba (diff) | |
drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
In tegra_uart_init(), of_find_matching_node() will return a node
pointer with refcount incremented. We should use of_node_put()
when it is not used anymore.
Signed-off-by: Liang He <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include/linux/moduleparam.h')
0 files changed, 0 insertions, 0 deletions