All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: "José Expósito" <jose.exposito89@gmail.com>, jikos@kernel.org
Cc: oe-kbuild-all@lists.linux.dev, bentiss@kernel.org,
	luguohong@xiaomi.com, linux-input@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	"José Expósito" <jose.exposito89@gmail.com>
Subject: Re: [PATCH 2/2] HID: input: report battery status changes immediately
Date: Mon, 4 Aug 2025 23:34:40 +0800	[thread overview]
Message-ID: <202508042305.PBym6Evd-lkp@intel.com> (raw)
In-Reply-To: <20250804091215.6637-2-jose.exposito89@gmail.com>

Hi José,

kernel test robot noticed the following build warnings:

[auto build test WARNING on hid/for-next]
[also build test WARNING on linus/master v6.16 next-20250804]
[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/Jos-Exp-sito/HID-input-report-battery-status-changes-immediately/20250804-171355
base:   https://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git for-next
patch link:    https://lore.kernel.org/r/20250804091215.6637-2-jose.exposito89%40gmail.com
patch subject: [PATCH 2/2] HID: input: report battery status changes immediately
config: arm-randconfig-004-20250804 (https://download.01.org/0day-ci/archive/20250804/202508042305.PBym6Evd-lkp@intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 15.1.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250804/202508042305.PBym6Evd-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/202508042305.PBym6Evd-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/hid/hid-input.c:651:13: warning: 'hidinput_update_battery_charge_status' defined but not used [-Wunused-function]
     651 | static bool hidinput_update_battery_charge_status(struct hid_device *dev,
         |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


vim +/hidinput_update_battery_charge_status +651 drivers/hid/hid-input.c

581c4484769e69 Dmitry Torokhov 2017-08-01  650  
133568dfb5acfa José Expósito   2025-08-04 @651  static bool hidinput_update_battery_charge_status(struct hid_device *dev,
133568dfb5acfa José Expósito   2025-08-04  652  						  unsigned int usage, int value)
581c4484769e69 Dmitry Torokhov 2017-08-01  653  {
133568dfb5acfa José Expósito   2025-08-04  654  	return false;
581c4484769e69 Dmitry Torokhov 2017-08-01  655  }
a608dc1c06397d José Expósito   2022-11-24  656  

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

  reply	other threads:[~2025-08-04 15:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-04  9:11 [PATCH 1/2] HID: input: rename hidinput_set_battery_charge_status() José Expósito
2025-08-04  9:11 ` [PATCH 2/2] HID: input: report battery status changes immediately José Expósito
2025-08-04 15:34   ` kernel test robot [this message]
     [not found]   ` <a235549c5cf24205bb7ce7f05737c403@xiaomi.com>
2025-08-05  8:42     ` 答复: [External Mail][PATCH " José Expósito
     [not found]       ` <b5aa18342f42420093db90ee2ead88ba@xiaomi.com>
2025-08-05 12:38         ` 答复: " José Expósito
     [not found]           ` <6454c36ced0140df978f29a7b4208f4a@xiaomi.com>
     [not found]             ` <9dbdee5aa8fa4b899bfbb8be3b4cd6c5@xiaomi.com>
2025-08-06  7:42               ` 答复: " José Expósito

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=202508042305.PBym6Evd-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=bentiss@kernel.org \
    --cc=jikos@kernel.org \
    --cc=jose.exposito89@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luguohong@xiaomi.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    /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.