From: kernel test robot <lkp@intel.com>
To: hehuan1@eswincomputing.com, dlemoal@kernel.org,
cassel@kernel.org, robh@kernel.org, krzk+dt@kernel.org,
conor+dt@kernel.org, linux-ide@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
p.zabel@pengutronix.de
Cc: oe-kbuild-all@lists.linux.dev, ningyu@eswincomputing.com,
linmin@eswincomputing.com, luyulin@eswincomputing.com,
Huan He <hehuan1@eswincomputing.com>
Subject: Re: [PATCH v1 2/2] sata: eswin: Add eic7700 sata driver
Date: Fri, 16 May 2025 22:33:00 +0800 [thread overview]
Message-ID: <202505162248.OhCrILxm-lkp@intel.com> (raw)
In-Reply-To: <20250515090018.1720-1-hehuan1@eswincomputing.com>
Hi,
kernel test robot noticed the following build warnings:
[auto build test WARNING on robh/for-next]
[also build test WARNING on linus/master v6.15-rc6 next-20250516]
[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/hehuan1-eswincomputing-com/dt-bindings-sata-eswin-Document-for-EIC7700-SoC/20250515-170607
base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
patch link: https://lore.kernel.org/r/20250515090018.1720-1-hehuan1%40eswincomputing.com
patch subject: [PATCH v1 2/2] sata: eswin: Add eic7700 sata driver
config: m68k-allmodconfig (https://download.01.org/0day-ci/archive/20250516/202505162248.OhCrILxm-lkp@intel.com/config)
compiler: m68k-linux-gcc (GCC) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250516/202505162248.OhCrILxm-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/202505162248.OhCrILxm-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/ata/ahci_eic7700.c:206:12: warning: 'eswin_ahci_resume' defined but not used [-Wunused-function]
206 | static int eswin_ahci_resume(struct device *dev)
| ^~~~~~~~~~~~~~~~~
>> drivers/ata/ahci_eic7700.c:195:12: warning: 'eswin_ahci_suspend' defined but not used [-Wunused-function]
195 | static int eswin_ahci_suspend(struct device *dev)
| ^~~~~~~~~~~~~~~~~~
vim +/eswin_ahci_resume +206 drivers/ata/ahci_eic7700.c
194
> 195 static int eswin_ahci_suspend(struct device *dev)
196 {
197 int ret;
198
199 ret = ahci_platform_suspend(dev);
200 if (ret)
201 return ret;
202
203 return 0;
204 }
205
> 206 static int eswin_ahci_resume(struct device *dev)
207 {
208 int ret;
209
210 ret = ahci_platform_resume(dev);
211 if (ret)
212 return ret;
213
214 return 0;
215 }
216
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
prev parent reply other threads:[~2025-05-16 14:33 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-15 8:51 [PATCH v1 0/2] ESWIN EIC7700 sata driver hehuan1
2025-05-15 8:57 ` [PATCH v1 1/2] dt-bindings: sata: eswin: Document for EIC7700 SoC hehuan1
2025-05-15 10:18 ` Rob Herring (Arm)
2025-05-15 11:25 ` Niklas Cassel
2025-08-14 9:51 ` luyulin
2025-08-14 14:32 ` Niklas Cassel
2025-05-15 9:00 ` [PATCH v1 2/2] sata: eswin: Add eic7700 sata driver hehuan1
2025-05-15 11:56 ` Niklas Cassel
2025-05-16 14:33 ` 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=202505162248.OhCrILxm-lkp@intel.com \
--to=lkp@intel.com \
--cc=cassel@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dlemoal@kernel.org \
--cc=hehuan1@eswincomputing.com \
--cc=krzk+dt@kernel.org \
--cc=linmin@eswincomputing.com \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luyulin@eswincomputing.com \
--cc=ningyu@eswincomputing.com \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=p.zabel@pengutronix.de \
--cc=robh@kernel.org \
/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).