commit | 6816489903286b221f8af34e8dcf025190117e11 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 26 08:14:37 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 14:38:12 2023 -0400 |
tree | 75dfa574c3b4042a9875a0513485805d313055e5 | |
parent | c4b145028563d2d77e78a7c5ffdb4a6b22e5a011 [diff] |
dm: core: Reverse the argument order in ofnode_copy_props() Follow the order used by memcpy() as it may be less confusing. Signed-off-by: Simon Glass <sjg@chromium.org>