Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe230531 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

regulator: fan53555: Fixup report wrong vendor message



Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Reviewed-by: default avatarHeiko Stuebner <heiko@sntech.de>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 6f34163c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -267,8 +267,7 @@ static int fan53555_device_setup(struct fan53555_device_info *di,
		ret = fan53555_voltages_setup_silergy(di);
		break;
	default:
		dev_err(di->dev,
			"vendor %d not supported!\n", di->chip_id);
		dev_err(di->dev, "vendor %d not supported!\n", di->vendor);
		return -EINVAL;
	}