All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [freescale-fslc:6.6-2.1.x-imx 3499/17818] drivers/phy/freescale/phy-fsl-imx8m-pcie.c:280:19: warning: 'imx8_pcie_phy_fine_tune' defined but not used
Date: Sat, 19 Oct 2024 01:53:25 +0800	[thread overview]
Message-ID: <202410190132.ZFSd4lFf-lkp@intel.com> (raw)

tree:   https://github.com/Freescale/linux-fslc 6.6-2.1.x-imx
head:   096cd0432b03805f49c86684dafb9ced4511a714
commit: 663460ac656b474257e3d25b0af4809ab11eebd5 [3499/17818] LF-8215 phy: freescale: imx8m-pcie: Fix i.MX8MP EVK EP RC link speed is only Gen1
config: i386-allmodconfig (https://download.01.org/0day-ci/archive/20241019/202410190132.ZFSd4lFf-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241019/202410190132.ZFSd4lFf-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/202410190132.ZFSd4lFf-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/phy/freescale/phy-fsl-imx8m-pcie.c:280:19: warning: 'imx8_pcie_phy_fine_tune' defined but not used [-Wunused-function]
     280 | static int __init imx8_pcie_phy_fine_tune(char *str)
         |                   ^~~~~~~~~~~~~~~~~~~~~~~


vim +/imx8_pcie_phy_fine_tune +280 drivers/phy/freescale/phy-fsl-imx8m-pcie.c

   279	
 > 280	static int __init imx8_pcie_phy_fine_tune(char *str)
   281	{
   282		if (!strcmp(str, "yes")) {
   283			pr_info("i.MX PCIe PHY is fine tuned in EP/RC SYS.\n");
   284			imx8_pcie_phy_tuned = 1;
   285		}
   286		return 1;
   287	}
   288	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

                 reply	other threads:[~2024-10-18 17:53 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=202410190132.ZFSd4lFf-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=otavio@ossystems.com.br \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.