diff options
author | Meng Tang <[email protected]> | 2022-03-03 16:02:06 +0800 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2022-03-15 02:18:57 +0100 |
commit | de845036f997119bcacbdb7b4ccf3b6cf960745b (patch) | |
tree | b9e4a0f7e3d3eae63baa43ff41a7ab41876efac4 /net/switchdev/switchdev.c | |
parent | c0e4c71a9e7ceea8f14e0b875fcc23266caf05e6 (diff) |
pinctrl: berlin: fix error return code of berlin_pinctrl_build_state()
When krealloc() fails and pctrl->functions is NULL, no error
return code of berlin_pinctrl_build_state() is assigned.
To fix this bug, ret is assigned with -ENOMEM when pctrl->functions
is NULL.
Signed-off-by: Meng Tang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions