From: David S. Miller Date: Fri, 23 Aug 2024 13:27:46 +0000 (+0100) Subject: Merge branch 'net-redundant-judgments' X-Git-Tag: v6.12-rc1~232^2~195 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9db28bb09f46087580f2a8da54bb0aab59a8024;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'net-redundant-judgments' Li Zetao says: ==================== net: Delete some redundant judgments This patchset aims to remove some unnecessary judgments and make the code more concise. In some network modules, rtnl_set_sk_err is used to record error information, but the err is repeatedly judged to be less than 0 on the error path. Deleted these redundant judgments. No functional change intended. ==================== Signed-off-by: David S. Miller --- f9db28bb09f46087580f2a8da54bb0aab59a8024