mirror of https://github.com/torvalds/linux.git
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);
|
ret = fan53555_voltages_setup_silergy(di);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
dev_err(di->dev,
|
dev_err(di->dev, "vendor %d not supported!\n", di->vendor);
|
||||||
"vendor %d not supported!\n", di->chip_id);
|
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue