All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [tobetter-linux:odroid-5.13.y 94/95] drivers/hwmon/pwm-fan.c:218:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
@ 2021-06-30  9:55 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-06-30  9:55 UTC (permalink / raw
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
TO: Dongjin Kim <tobetter@gmail.com>

tree:   https://github.com/tobetter/linux odroid-5.13.y
head:   710bf4eba39225487edc126ffcca61ee80b80631
commit: 17ef58010ec970e3397a97cefc11f893a17eb95d [94/95] ODROID-HC4: hwmon: (pwm-fan): fix to add 'pwm1_enable' to set PWM fan mode
:::::: branch date: 7 hours ago
:::::: commit date: 7 hours ago
compiler: csky-linux-gcc (GCC) 9.3.0

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


vim +218 drivers/hwmon/pwm-fan.c

17ef58010ec970 Dongjin Kim 2021-06-30  212  
17ef58010ec970 Dongjin Kim 2021-06-30  213  static ssize_t enable_show(struct device *dev, struct device_attribute *attr,
17ef58010ec970 Dongjin Kim 2021-06-30  214  		char *buf)
17ef58010ec970 Dongjin Kim 2021-06-30  215  {
17ef58010ec970 Dongjin Kim 2021-06-30  216  	struct pwm_fan_ctx *ctx = dev_get_drvdata(dev);
17ef58010ec970 Dongjin Kim 2021-06-30  217  
17ef58010ec970 Dongjin Kim 2021-06-30 @218  	return sprintf(buf, "%u\n", ctx->enable);
17ef58010ec970 Dongjin Kim 2021-06-30  219  }
17ef58010ec970 Dongjin Kim 2021-06-30  220  

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-30  9:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-30  9:55 [tobetter-linux:odroid-5.13.y 94/95] drivers/hwmon/pwm-fan.c:218:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint] kernel test robot

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.