mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-19 03:37:55 +00:00
regulator: fan53555: Fixup report wrong vendor message
Signed-off-by: Axel Lin <axel.lin@ingics.com> Reviewed-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
6f34163c54
commit
fe230531b3
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user