From: Linus Walleij <linus.walleij@linaro.org>
To: AngeloGioacchino Del Regno
<angelogioacchino.delregno@somainline.org>,
David Bauer <mail@david-bauer.net>
Cc: linux-gpio@vger.kernel.org, kernel test robot <lkp@intel.com>,
Linus Walleij <linus.walleij@linaro.org>
Subject: [PATCH] pinctrl: aw9523: Add proper terminator
Date: Wed, 06 Mar 2024 08:54:25 +0100 [thread overview]
Message-ID: <20240306-fix-aw9523-terminator-v1-1-13f90f87a7f6@linaro.org> (raw)
The of_device_id array needs to be terminated with a NULL
entry.
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202403061147.85XYVsk3-lkp@intel.com/
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
drivers/pinctrl/pinctrl-aw9523.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/pinctrl/pinctrl-aw9523.c b/drivers/pinctrl/pinctrl-aw9523.c
index 3b35ef197103..4edd371c469f 100644
--- a/drivers/pinctrl/pinctrl-aw9523.c
+++ b/drivers/pinctrl/pinctrl-aw9523.c
@@ -1099,6 +1099,7 @@ MODULE_DEVICE_TABLE(i2c, aw9523_i2c_id_table);
static const struct of_device_id of_aw9523_i2c_match[] = {
{ .compatible = "awinic,aw9523-pinctrl", },
+ { }
};
MODULE_DEVICE_TABLE(of, of_aw9523_i2c_match);
---
base-commit: 3ded216936392775d17bb22fdc480a48eb549961
change-id: 20240306-fix-aw9523-terminator-637ea1c11bde
Best regards,
--
Linus Walleij <linus.walleij@linaro.org>
reply other threads:[~2024-03-06 7:54 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240306-fix-aw9523-terminator-v1-1-13f90f87a7f6@linaro.org \
--to=linus.walleij@linaro.org \
--cc=angelogioacchino.delregno@somainline.org \
--cc=linux-gpio@vger.kernel.org \
--cc=lkp@intel.com \
--cc=mail@david-bauer.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).