From: kernel test robot <lkp@intel.com>
To: Yenchia Chen <yenchia.chen@mediatek.com>,
gregkh@linuxfoundation.org, jirislaby@kernel.org,
matthias.bgg@gmail.com, angelogioacchino.delregno@collabora.com
Cc: oe-kbuild-all@lists.linux.dev, yenchia.chen@mediatek.com,
yj.chiang@mediatek.com, tbergstrom@nvidia.com,
yujiaoliang@vivo.com, u.kleine-koenig@baylibre.com,
treapking@chromium.org, linux-kernel@vger.kernel.org,
linux-serial@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org
Subject: Re: [PATCH] serial: 8250_mtk: Add ACPI support
Date: Thu, 16 Jan 2025 03:45:33 +0800 [thread overview]
Message-ID: <202501160328.DUMWkTOc-lkp@intel.com> (raw)
In-Reply-To: <20250114033324.3533292-1-yenchia.chen@mediatek.com>
Hi Yenchia,
kernel test robot noticed the following build warnings:
[auto build test WARNING on tty/tty-testing]
[also build test WARNING on tty/tty-next tty/tty-linus usb/usb-testing usb/usb-next usb/usb-linus linus/master v6.13-rc7 next-20250115]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Yenchia-Chen/serial-8250_mtk-Add-ACPI-support/20250114-113715
base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tty-testing
patch link: https://lore.kernel.org/r/20250114033324.3533292-1-yenchia.chen%40mediatek.com
patch subject: [PATCH] serial: 8250_mtk: Add ACPI support
config: sh-allyesconfig (https://download.01.org/0day-ci/archive/20250116/202501160328.DUMWkTOc-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250116/202501160328.DUMWkTOc-lkp@intel.com/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202501160328.DUMWkTOc-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/tty/serial/8250/8250_mtk.c:662:36: warning: 'mtk8250_acpi_match' defined but not used [-Wunused-const-variable=]
662 | static const struct acpi_device_id mtk8250_acpi_match[] = {
| ^~~~~~~~~~~~~~~~~~
vim +/mtk8250_acpi_match +662 drivers/tty/serial/8250/8250_mtk.c
661
> 662 static const struct acpi_device_id mtk8250_acpi_match[] = {
663 { "MTKI0511", 0 },
664 {},
665 };
666 MODULE_DEVICE_TABLE(acpi, mtk8250_acpi_match);
667
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2025-01-15 19:45 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-14 3:33 [PATCH] serial: 8250_mtk: Add ACPI support Yenchia Chen
2025-01-14 7:31 ` Jiri Slaby
2025-01-14 7:35 ` Jiri Slaby
2025-01-16 3:53 ` Yenchia Chen
2025-01-15 19:45 ` kernel test robot [this message]
2025-01-16 12:16 ` Jonathan Cameron
2025-01-15 20:48 ` kernel test robot
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=202501160328.DUMWkTOc-lkp@intel.com \
--to=lkp@intel.com \
--cc=angelogioacchino.delregno@collabora.com \
--cc=gregkh@linuxfoundation.org \
--cc=jirislaby@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-serial@vger.kernel.org \
--cc=matthias.bgg@gmail.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=tbergstrom@nvidia.com \
--cc=treapking@chromium.org \
--cc=u.kleine-koenig@baylibre.com \
--cc=yenchia.chen@mediatek.com \
--cc=yj.chiang@mediatek.com \
--cc=yujiaoliang@vivo.com \
/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).