linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: "周琰杰 (Zhou Yanjie)" <zhouyanjie@wanyeetech.com>,
	balbi@kernel.org, gregkh@linuxfoundation.org, robh+dt@kernel.org
Cc: kbuild-all@lists.01.org, clang-built-linux@googlegroups.com,
	linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org, paul@crapouillou.net,
	prasannatsmkumar@gmail.com, kishon@ti.com, vkoul@kernel.org
Subject: Re: [PATCH RESEND v6 5/5] USB: PHY: JZ4770: Use the generic PHY framework.
Date: Sun, 26 Jul 2020 14:50:46 +0800	[thread overview]
Message-ID: <202007261446.bbWuH35I%lkp@intel.com> (raw)
In-Reply-To: <20200725073327.64216-1-zhouyanjie@wanyeetech.com>

[-- Attachment #1: Type: text/plain, Size: 3092 bytes --]

Hi "周琰杰,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on usb/usb-testing]
[also build test WARNING on robh/for-next linus/master v5.8-rc6 next-20200724]
[cannot apply to balbi-usb/testing/next]
[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]

url:    https://github.com/0day-ci/linux/commits/Zhou-Yanjie/dt-bindings-USB-Add-bindings-for-new-Ingenic-SoCs/20200725-161930
base:   https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb-testing
config: x86_64-randconfig-a005-20200726 (attached as .config)
compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 8bf4c1f4fb257774f66c8cda07adc6c5e8668326)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # install x86_64 cross compiling tool for clang build
        # apt-get install binutils-x86-64-linux-gnu
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All warnings (new ones prefixed by >>):

>> drivers/phy/ingenic/phy-ingenic-usb.c:312:34: warning: unused variable 'ingenic_usb_phy_of_matches' [-Wunused-const-variable]
   static const struct of_device_id ingenic_usb_phy_of_matches[] = {
                                    ^
   1 warning generated.

vim +/ingenic_usb_phy_of_matches +312 drivers/phy/ingenic/phy-ingenic-usb.c

1b2b8a5d62b618 drivers/usb/phy/phy-jz4770.c 周琰杰 (Zhou Yanjie  2020-07-25  311) 
1b2b8a5d62b618 drivers/usb/phy/phy-jz4770.c 周琰杰 (Zhou Yanjie  2020-07-25 @312) static const struct of_device_id ingenic_usb_phy_of_matches[] = {
1b2b8a5d62b618 drivers/usb/phy/phy-jz4770.c 周琰杰 (Zhou Yanjie  2020-07-25  313) 	{ .compatible = "ingenic,jz4770-phy", .data = &jz4770_soc_info },
1b2b8a5d62b618 drivers/usb/phy/phy-jz4770.c 周琰杰 (Zhou Yanjie  2020-07-25  314) 	{ .compatible = "ingenic,jz4780-phy", .data = &jz4780_soc_info },
1b2b8a5d62b618 drivers/usb/phy/phy-jz4770.c 周琰杰 (Zhou Yanjie  2020-07-25  315) 	{ .compatible = "ingenic,x1000-phy", .data = &x1000_soc_info },
1b2b8a5d62b618 drivers/usb/phy/phy-jz4770.c 周琰杰 (Zhou Yanjie  2020-07-25  316) 	{ .compatible = "ingenic,x1830-phy", .data = &x1830_soc_info },
1b2b8a5d62b618 drivers/usb/phy/phy-jz4770.c 周琰杰 (Zhou Yanjie  2020-07-25  317) 	{ /* sentinel */ }
1b2b8a5d62b618 drivers/usb/phy/phy-jz4770.c 周琰杰 (Zhou Yanjie  2020-07-25  318) };
1b2b8a5d62b618 drivers/usb/phy/phy-jz4770.c 周琰杰 (Zhou Yanjie  2020-07-25  319) MODULE_DEVICE_TABLE(of, ingenic_usb_phy_of_matches);
1b2b8a5d62b618 drivers/usb/phy/phy-jz4770.c 周琰杰 (Zhou Yanjie  2020-07-25  320) 

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 31921 bytes --]

      parent reply	other threads:[~2020-07-26  6:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-25  7:33 [PATCH RESEND v6 5/5] USB: PHY: JZ4770: Use the generic PHY framework 周琰杰 (Zhou Yanjie)
2020-07-25 12:58 ` Paul Cercueil
2020-07-28 15:17   ` Zhou Yanjie
2020-07-26  6:50 ` kernel test robot [this message]

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=202007261446.bbWuH35I%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=balbi@kernel.org \
    --cc=clang-built-linux@googlegroups.com \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=kbuild-all@lists.01.org \
    --cc=kishon@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=paul@crapouillou.net \
    --cc=prasannatsmkumar@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=vkoul@kernel.org \
    --cc=zhouyanjie@wanyeetech.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).