Hello, With next-20141215, i have got the following build warnings: drivers/staging/iio/meter/ade7754.c:222:6: warning: ‘val’ may be used uninitialized in this function [-Wmaybe-uninitialized] drivers/staging/iio/meter/ade7754.c:368:6: warning: ‘val’ may be used uninitialized in this function [-Wmaybe-uninitialized] drivers/staging/iio/meter/ade7759.c:224:6: warning: ‘val’ may be used uninitialized in this function [-Wmaybe-uninitialized] drivers/staging/iio/meter/ade7759.c:309:6: warning: ‘val’ may be used uninitialized in this function [-Wmaybe-uninitialized] I have attached the randconfig file. The possible fix for ade7754.c is to check the return value of ade7754_spi_read_reg_8 function at line 222, and at line 368. The possible fix for ade7759.c is to check the return value of ade7759_spi_read_reg_16 function at line 224, and at line 309. Thanks,
Attachment:
rand_config1
Description: Binary data