CC: [email protected]
CC: [email protected]
TO: Quanyang Wang <[email protected]>
CC: Michal Simek <[email protected]>

Hi Quanyang,

First bad commit (maybe != root cause):

tree:   https://github.com/Xilinx/linux-xlnx master
head:   42359bc57bbfee6dfb31a9bad31374c3927f280d
commit: bd76b5963aee700d5e6ff0cd29834bfdaf05532e [10/28] media: adv7511-v4l2: 
fix compile error
:::::: branch date: 6 days ago
:::::: commit date: 13 days ago
compiler: or1k-linux-gcc (GCC) 10.3.0

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


cppcheck possible warnings: (new ones prefixed by >>, may not real problems)

>> drivers/media/i2c/adv7511-v4l2.c:352:2: warning: Non-boolean value returned 
>> from function returning bool [returnNonBoolInBooleanFunction]
    return adv7511_rd(sd, 0x42) & MASK_ADV7511_HPD_DETECT;
    ^
   drivers/media/i2c/adv7511-v4l2.c:357:2: warning: Non-boolean value returned 
from function returning bool [returnNonBoolInBooleanFunction]
    return adv7511_rd(sd, 0x42) & MASK_ADV7511_MSEN_DETECT;
    ^

vim +352 drivers/media/i2c/adv7511-v4l2.c

b4dbad8fe3b604 drivers/media/i2c/adv7511.c Hans Verkuil 2015-06-07  349  
5a544cce2177fe drivers/media/i2c/adv7511.c Hans Verkuil 2013-08-23  350  static 
inline bool adv7511_have_hotplug(struct v4l2_subdev *sd)
5a544cce2177fe drivers/media/i2c/adv7511.c Hans Verkuil 2013-08-23  351  {
5a544cce2177fe drivers/media/i2c/adv7511.c Hans Verkuil 2013-08-23 @352         
return adv7511_rd(sd, 0x42) & MASK_ADV7511_HPD_DETECT;
5a544cce2177fe drivers/media/i2c/adv7511.c Hans Verkuil 2013-08-23  353  }
5a544cce2177fe drivers/media/i2c/adv7511.c Hans Verkuil 2013-08-23  354  

:::::: The code at line 352 was first introduced by commit
:::::: 5a544cce2177fe361ba539db9ddaf1eff4e73f81 [media] adv7511: add new video 
encoder

:::::: TO: Hans Verkuil <[email protected]>
:::::: CC: Mauro Carvalho Chehab <[email protected]>

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

Reply via email to