未验证 提交 686f6b31 编写于 作者: A Axel Lin 提交者: Mark Brown

regulator: sy7636a: Add terminating entry for platform_device_id table

The platform_device_id table is supposed to be zero-terminated.
Signed-off-by: NAxel Lin <axel.lin@ingics.com>
Reviewed-by: NAlistair Francis <alistair@alistair23.me>
Link: https://lore.kernel.org/r/20210616034458.3499522-1-axel.lin@ingics.comSigned-off-by: NMark Brown <broonie@kernel.org>
上级 512d8956
......@@ -110,6 +110,7 @@ static int sy7636a_regulator_probe(struct platform_device *pdev)
static const struct platform_device_id sy7636a_regulator_id_table[] = {
{ "sy7636a-regulator", },
{ }
};
MODULE_DEVICE_TABLE(platform, sy7636a_regulator_id_table);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册