Re: [PATCH v2] pinctrl: imx1-core: fix device_node refcount leak
Markus Elfring <[email protected]>
| Newsgroups | org.infradead.lists.linux-arm-kernel,dev.linux.lists.imx,org.kernel.vger.kernel-janitors,org.kernel.vger.linux-gpio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
… > Rework both loops around for_each_child_of_node_scoped() instead of > adding manual of_node_put() calls, matching the sibling helper in > pinctrl-imx.c and imx1_pinctrl_parse_dt() in this same file, which > already use the scoped variant. How do you think about to add any tags (like “Fixes” and “Cc”) accordingly? See also: * https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?h=v7.2#n145 * https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/stable-kernel-rules.rst?h=v7.2#n34 Regards, Markus