From: kernel test robot <lkp@intel.com>
To: Francesco Dolcini <francesco@dolcini.it>,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-bluetooth@vger.kernel.org,
Marcel Holtmann <marcel@holtmann.org>,
Luiz Augusto von Dentz <luiz.dentz@gmail.com>
Cc: oe-kbuild-all@lists.linux.dev,
Stefan Eichenberger <stefan.eichenberger@toradex.com>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzk@kernel.org>,
Johan Hedberg <johan.hedberg@gmail.com>,
Sascha Hauer <s.hauer@pengutronix.de>,
Francesco Dolcini <francesco.dolcini@toradex.com>
Subject: Re: [PATCH v1 3/4] Bluetooth: hci_mrvl: Add serdev support for 88W8997
Date: Thu, 19 Jan 2023 05:08:47 +0800 [thread overview]
Message-ID: <202301190442.n6v4c2yc-lkp@intel.com> (raw)
In-Reply-To: <20230118122817.42466-4-francesco@dolcini.it>
Hi Francesco,
Thank you for the patch! Perhaps something to improve:
[auto build test WARNING on robh/for-next]
[also build test WARNING on bluetooth-next/master bluetooth/master horms-ipvs/master net/master net-next/master linus/master v6.2-rc4 next-20230118]
[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/Francesco-Dolcini/dt-bindings-bluetooth-marvell-add-88W8997-DT-binding/20230118-210919
base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
patch link: https://lore.kernel.org/r/20230118122817.42466-4-francesco%40dolcini.it
patch subject: [PATCH v1 3/4] Bluetooth: hci_mrvl: Add serdev support for 88W8997
config: i386-randconfig-s002 (https://download.01.org/0day-ci/archive/20230119/202301190442.n6v4c2yc-lkp@intel.com/config)
compiler: gcc-11 (Debian 11.3.0-8) 11.3.0
reproduce:
# apt-get install sparse
# sparse version: v0.6.4-39-gce1a6720-dirty
# https://github.com/intel-lab-lkp/linux/commit/2ae116c8ad209e0bf11559519915e511c44c28be
git remote add linux-review https://github.com/intel-lab-lkp/linux
git fetch --no-tags linux-review Francesco-Dolcini/dt-bindings-bluetooth-marvell-add-88W8997-DT-binding/20230118-210919
git checkout 2ae116c8ad209e0bf11559519915e511c44c28be
# save the config file
mkdir build_dir && cp config build_dir/.config
make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=i386 olddefconfig
make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=i386 SHELL=/bin/bash drivers/bluetooth/
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
>> drivers/bluetooth/hci_mrvl.c:450:36: warning: 'mrvl_proto_8997' defined but not used [-Wunused-const-variable=]
450 | static const struct hci_uart_proto mrvl_proto_8997 = {
| ^~~~~~~~~~~~~~~
vim +/mrvl_proto_8997 +450 drivers/bluetooth/hci_mrvl.c
449
> 450 static const struct hci_uart_proto mrvl_proto_8997 = {
451 .id = HCI_UART_MRVL,
452 .name = "Marvell 8997",
453 .init_speed = 115200,
454 .oper_speed = 3000000,
455 .open = mrvl_open,
456 .close = mrvl_close,
457 .flush = mrvl_flush,
458 .set_baudrate = mrvl_set_baudrate,
459 .recv = mrvl_recv,
460 .enqueue = mrvl_enqueue,
461 .dequeue = mrvl_dequeue,
462 };
463
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests
next prev parent reply other threads:[~2023-01-18 21:10 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-18 12:28 [PATCH v1 0/4] " Francesco Dolcini
2023-01-18 12:28 ` [PATCH v1 1/4] dt-bindings: bluetooth: marvell: add 88W8997 DT binding Francesco Dolcini
2023-01-19 11:43 ` Krzysztof Kozlowski
2023-01-18 12:28 ` [PATCH v1 2/4] dt-bindings: bluetooth: marvell: add max-speed property Francesco Dolcini
2023-01-19 11:45 ` Krzysztof Kozlowski
2023-01-24 1:22 ` Rob Herring
2023-01-18 12:28 ` [PATCH v1 3/4] Bluetooth: hci_mrvl: Add serdev support for 88W8997 Francesco Dolcini
2023-01-18 21:08 ` kernel test robot [this message]
2023-01-24 6:38 ` kernel test robot
2023-02-10 18:48 ` Luiz Augusto von Dentz
2023-02-10 19:00 ` Francesco Dolcini
2023-02-10 18:45 ` Luiz Augusto von Dentz
2023-01-18 12:28 ` [PATCH v1 4/4] arm64: dts: imx8mp-verdin: add 88W8997 serdev to uart4 Francesco Dolcini
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=202301190442.n6v4c2yc-lkp@intel.com \
--to=lkp@intel.com \
--cc=edumazet@google.com \
--cc=francesco.dolcini@toradex.com \
--cc=francesco@dolcini.it \
--cc=johan.hedberg@gmail.com \
--cc=krzk@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luiz.dentz@gmail.com \
--cc=marcel@holtmann.org \
--cc=netdev@vger.kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=pabeni@redhat.com \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=stefan.eichenberger@toradex.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
Powered by JetHome