Skip to content
Commit e87f66b3 authored by Niels Dossche's avatar Niels Dossche Committed by Jakub Kicinski
Browse files

net: mdio: Fix ENOMEM return value in BCM6368 mux bus controller



Error values inside the probe function must be < 0. The ENOMEM return
value has the wrong sign: it is positive instead of negative.
Add a minus sign.

Fixes: e2397567 ("net: mdio: Add BCM6368 MDIO mux bus controller")
Signed-off-by: default avatarNiels Dossche <dossche.niels@gmail.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Reviewed-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/r/20220428211931.8130-1-dossche.niels@gmail.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent ff5265d4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment