Commits
Peng Fan committed aad973c1d78
MLK-14840: pinctrl: imx: fix resource leak The device managed API actually not free the memory, so need to use devm_kfree to free the memory to avoid leakage. Coverity: 392384 resource leak Signed-off-by: Peng Fan <peng.fan@nxp.com>