On Thu, Jun 17, 2021, at 12:48 PM, Wei Yongjun wrote: > Make sure platform_device_id tables are NULL terminated. > > Fixes: 8c485bedfb78 ("regulator: sy7636a: Initial commit") > Reported-by: Hulk Robot <hulkci@xxxxxxxxxx> > Signed-off-by: Wei Yongjun <weiyongjun1@xxxxxxxxxx> Reviewed-by: Alistair Francis <alistair@xxxxxxxxxxxxx> Alistair > --- > 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..672b7055131d 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); > > >