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

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
......@@ -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;
}
......
Markdown is supported
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