From: kernel test robot <lkp@intel.com>
To: "Uwe Kleine-König" <ukleinek@baylibre.com>,
"Benson Leung" <bleung@chromium.org>
Cc: oe-kbuild-all@lists.linux.dev,
Guenter Roeck <groeck@chromium.org>,
linux-pwm@vger.kernel.org, chrome-platform@lists.linux.dev,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/3] pwm: cros-ec: Don't care about consumers in .get_state()
Date: Sat, 8 Jun 2024 22:24:05 +0800 [thread overview]
Message-ID: <202406082139.KG4VcZiF-lkp@intel.com> (raw)
In-Reply-To: <20240607084416.897777-6-u.kleine-koenig@baylibre.com>
Hi Uwe,
kernel test robot noticed the following build warnings:
[auto build test WARNING on 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0]
url: https://github.com/intel-lab-lkp/linux/commits/Uwe-Kleine-K-nig/pwm-cros-ec-Don-t-care-about-consumers-in-get_state/20240607-164747
base: 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0
patch link: https://lore.kernel.org/r/20240607084416.897777-6-u.kleine-koenig%40baylibre.com
patch subject: [PATCH 1/3] pwm: cros-ec: Don't care about consumers in .get_state()
config: arm64-defconfig (https://download.01.org/0day-ci/archive/20240608/202406082139.KG4VcZiF-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240608/202406082139.KG4VcZiF-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/202406082139.KG4VcZiF-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/pwm/pwm-cros-ec.c:28: warning: Excess struct member 'channel' description in 'cros_ec_pwm_device'
vim +28 drivers/pwm/pwm-cros-ec.c
3d593b6e80ad2c Fabio Baltieri 2022-04-28 17
1f0d3bb02785f6 Brian Norris 2016-07-15 18 /**
1f0d3bb02785f6 Brian Norris 2016-07-15 19 * struct cros_ec_pwm_device - Driver data for EC PWM
1f0d3bb02785f6 Brian Norris 2016-07-15 20 *
1f0d3bb02785f6 Brian Norris 2016-07-15 21 * @ec: Pointer to EC device
3d593b6e80ad2c Fabio Baltieri 2022-04-28 22 * @use_pwm_type: Use PWM types instead of generic channels
82adc1b2688b02 Uwe Kleine-König 2023-07-05 23 * @channel: array with per-channel data
1f0d3bb02785f6 Brian Norris 2016-07-15 24 */
1f0d3bb02785f6 Brian Norris 2016-07-15 25 struct cros_ec_pwm_device {
1f0d3bb02785f6 Brian Norris 2016-07-15 26 struct cros_ec_device *ec;
3d593b6e80ad2c Fabio Baltieri 2022-04-28 27 bool use_pwm_type;
1db37f9561b2b3 Thierry Reding 2019-10-17 @28 };
1db37f9561b2b3 Thierry Reding 2019-10-17 29
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
next prev parent reply other threads:[~2024-06-08 14:24 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-07 8:44 [PATCH 0/3] pwm: cros-ec: Some simplifications Uwe Kleine-König
2024-06-07 8:44 ` [PATCH 1/3] pwm: cros-ec: Don't care about consumers in .get_state() Uwe Kleine-König
2024-06-07 16:43 ` Uwe Kleine-König
2024-06-08 14:24 ` kernel test robot [this message]
2024-06-11 8:50 ` Tzung-Bi Shih
2024-06-11 10:39 ` Uwe Kleine-König
2024-06-12 6:27 ` Tzung-Bi Shih
2024-06-13 6:07 ` Uwe Kleine-König
2024-06-07 8:44 ` [PATCH 2/3] pwm: cros-ec: Simplify device tree xlation Uwe Kleine-König
2024-06-12 6:27 ` Tzung-Bi Shih
2024-06-07 8:44 ` [PATCH 3/3] pwm: Make pwm_request_from_chip() private to the core Uwe Kleine-König
2024-06-12 6:27 ` Tzung-Bi Shih
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=202406082139.KG4VcZiF-lkp@intel.com \
--to=lkp@intel.com \
--cc=bleung@chromium.org \
--cc=chrome-platform@lists.linux.dev \
--cc=groeck@chromium.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pwm@vger.kernel.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=ukleinek@baylibre.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