From: Paolo Abeni Date: Tue, 3 Sep 2024 10:54:46 +0000 (+0200) Subject: Merge branch 'net-simplified-with-scoped-function' X-Git-Tag: v6.12-rc1~232^2~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c93b0bc8645a74fb54f89d80faad55ac2b61f6f;p=thirdparty%2Flinux.git Merge branch 'net-simplified-with-scoped-function' Jinjie Ruan says: ==================== net: Simplified with scoped function Simplify with scoped for each OF child loop, as well as dev_err_probe(). Changes in v4: - Drop the fix patch and __free() patch. - Rebased on the fix patch has been stripped out. - Remove the extra parentheses. - Ensure Signed-off-by: should always be last. - Add Reviewed-by. - Update the cover letter commit message. Changes in v3: - Sort the variables, longest first, shortest last. - Add Reviewed-by. Changes in v2: - Subject prefix: next -> net-next. - Split __free() from scoped for each OF child loop clean. - Fix use of_node_put() instead of __free() for the 5th patch. ==================== Link: https://patch.msgid.link/20240830031325.2406672-1-ruanjinjie@huawei.com Signed-off-by: Paolo Abeni --- 4c93b0bc8645a74fb54f89d80faad55ac2b61f6f