From: Devendra Naga Date: Fri, 2 Jan 2015 09:02:54 +0000 (-0500) Subject: iio: meter: ade7754: add error handling in _reset and _stop_device X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~102^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abe4e26bb7edb7b36ef99e2e78e86de79b18f922;p=pandora-kernel.git iio: meter: ade7754: add error handling in _reset and _stop_device This patch adds the error handling for the value returned from ade7754_spi_read_reg_8. With this patch, the following randconfig warnings get fixed automatically. 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] Signed-off-by: Devendra Naga Signed-off-by: Jonathan Cameron --- Reading git-diff-tree failed