CC: [email protected]
BCC: [email protected]
CC: Linux Memory Management List <[email protected]>
TO: Sujaritha Sundaresan <[email protected]>
CC: Matthew Auld <[email protected]>
CC: Andi Shyti <[email protected]>
CC: Andrzej Hajda <[email protected]>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git 
master
head:   47c1c54d1bcd0a69a56b49473bc20f17b70e5242
commit: fa68bff7cf27d83e0ca83c6388d6bc2ddc599905 [427/12343] drm/i915/gt: Add 
sysfs throttle frequency interfaces
:::::: branch date: 21 hours ago
:::::: commit date: 8 weeks ago
config: x86_64-randconfig-m001-20220516 
(https://download.01.org/0day-ci/archive/20220518/[email protected]/config)
compiler: gcc-11 (Debian 11.2.0-20) 11.2.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <[email protected]>
Reported-by: Dan Carpenter <[email protected]>

smatch warnings:
drivers/gpu/drm/i915/gt/intel_rps.c:2298 rps_read_mmio() error: uninitialized 
symbol 'val'.

vim +/val +2298 drivers/gpu/drm/i915/gt/intel_rps.c

1c40d40f6835cd Vinay Belgaumkar     2021-12-16  2288  
fa68bff7cf27d8 Sujaritha Sundaresan 2022-03-19  2289  static u32 
rps_read_mmio(struct intel_rps *rps, i915_reg_t reg32)
fa68bff7cf27d8 Sujaritha Sundaresan 2022-03-19  2290  {
fa68bff7cf27d8 Sujaritha Sundaresan 2022-03-19  2291    struct intel_gt *gt = 
rps_to_gt(rps);
fa68bff7cf27d8 Sujaritha Sundaresan 2022-03-19  2292    intel_wakeref_t wakeref;
fa68bff7cf27d8 Sujaritha Sundaresan 2022-03-19  2293    u32 val;
fa68bff7cf27d8 Sujaritha Sundaresan 2022-03-19  2294  
fa68bff7cf27d8 Sujaritha Sundaresan 2022-03-19  2295    
with_intel_runtime_pm(gt->uncore->rpm, wakeref)
fa68bff7cf27d8 Sujaritha Sundaresan 2022-03-19  2296            val = 
intel_uncore_read(gt->uncore, reg32);
fa68bff7cf27d8 Sujaritha Sundaresan 2022-03-19  2297  
fa68bff7cf27d8 Sujaritha Sundaresan 2022-03-19 @2298    return val;
fa68bff7cf27d8 Sujaritha Sundaresan 2022-03-19  2299  }
fa68bff7cf27d8 Sujaritha Sundaresan 2022-03-19  2300  

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp
_______________________________________________
kbuild mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to