tree:   
https://kernel.googlesource.com/pub/scm/linux/kernel/git/gregkh/driver-core.git 
driver-core-testing
head:   90eb808c54acbacfb76b408036dc0fc287b46901
commit: 05f812549f534daa584fa6964aff6b3de23971a7 [10/17] of/platform: Add 
functional dependency link from DT bindings
config: mips-allmodconfig (attached as .config)
compiler: mips-linux-gcc (GCC) 7.4.0
reproduce:
        wget 
https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O 
~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 05f812549f534daa584fa6964aff6b3de23971a7
        # save the attached .config to linux build tree
        GCC_VERSION=7.4.0 make.cross ARCH=mips 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <l...@intel.com>

All warnings (new ones prefixed by >>):

   drivers//of/platform.c: In function 'of_link_property':
>> drivers//of/platform.c:629:32: warning: initialization discards 'const' 
>> qualifier from pointer target type [-Wdiscarded-qualifiers]
     struct supplier_bindings *s = bindings;
                                   ^~~~~~~~
>> drivers//of/platform.c:647:18: warning: ?: using integer constants in 
>> boolean context [-Wint-in-bool-context]
     return done ? 0 : -ENODEV;

vim +/const +629 drivers//of/platform.c

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: application/gzip

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to