]> git.ipfire.org Git - thirdparty/linux.git/commit
net: stmmac: qcom-ethqos: change ethqos_configure*() to return void
authorRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Mon, 23 Feb 2026 09:34:26 +0000 (09:34 +0000)
committerJakub Kicinski <kuba@kernel.org>
Wed, 25 Feb 2026 01:43:22 +0000 (17:43 -0800)
commit649a00c3926fd3a52fc59bc52769ddb94a746bf8
tree6652120f29d438b1f1fdb4cb1a70c7cac6e11e84
parente6f43a41ba6206b691c8e9a301f0b4528b8f2278
net: stmmac: qcom-ethqos: change ethqos_configure*() to return void

The ethqos_configure*() family of functions always return zero, and the
return value is never checked. Change the int return type to void.

Reviewed-by: Mohd Ayaan Anwar <mohd.anwar@oss.qualcomm.com>
Tested-by: Mohd Ayaan Anwar <mohd.anwar@oss.qualcomm.com>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Link: https://patch.msgid.link/E1vuSKg-0000000ASbv-0iWL@rmk-PC.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c