[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210616034458.3499522-1-axel.lin@ingics.com>
Date: Wed, 16 Jun 2021 11:44:56 +0800
From: Axel Lin <axel.lin@...ics.com>
To: Mark Brown <broonie@...nel.org>
Cc: Alistair Francis <alistair@...stair23.me>,
Lars Ivar Miljeteig <lars.ivar.miljeteig@...arkable.com>,
Liam Girdwood <lgirdwood@...il.com>,
linux-kernel@...r.kernel.org, Axel Lin <axel.lin@...ics.com>
Subject: [PATCH 1/3] regulator: sy7636a: Add terminating entry for platform_device_id table
The platform_device_id table is supposed to be zero-terminated.
Signed-off-by: Axel Lin <axel.lin@...ics.com>
---
drivers/regulator/sy7636a-regulator.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/regulator/sy7636a-regulator.c b/drivers/regulator/sy7636a-regulator.c
index c384c2b6ac46..54ab1be1001e 100644
--- a/drivers/regulator/sy7636a-regulator.c
+++ b/drivers/regulator/sy7636a-regulator.c
@@ -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);
--
2.25.1
Powered by blists - more mailing lists