On Fri, Apr 15, 2022 at 09:45:47AM +0300, Dan Carpenter wrote: > tree: https://github.com/krzk/linux n/qcom-ufs-opp-v2 > head: bf7d30c9329c87f06dff42b303a9bcfd2e1f54eb > commit: be46c855d54f763bfb95424e5204fe7496e2ee5f [14/16] PM: opp: allow control of multiple clocks > config: i386-randconfig-m021 (https://download.01.org/0day-ci/archive/20220415/202204150900.qnJMf3Gu-lkp@intel.com/config) > compiler: gcc-11 (Debian 11.2.0-19) 11.2.0 > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot > Reported-by: Dan Carpenter > > New smatch warnings: > drivers/opp/core.c:1215 dev_pm_opp_set_rate() error: uninitialized symbol 'ret'. > This one is the warning I meant to include. > Old smatch warnings: > drivers/opp/core.c:1197 dev_pm_opp_set_rate() warn: passing a valid pointer to 'PTR_ERR' > drivers/opp/core.c:2813 _opp_set_availability() warn: passing a valid pointer to 'PTR_ERR' > drivers/opp/core.c:2884 dev_pm_opp_adjust_voltage() warn: passing a valid pointer to 'PTR_ERR' Sorry, these are false positives. It comes from Smatch thinking pointers are signed on certain arches. I've been too lazy to set up a cross compile system to debug the issue, but I really need to do that. :/ regards, dan carpenter