summary refs log tree commit diff
path: root/drivers/pcmcia
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-05-30 16:52:04 +0200
committerJonathan Cameron <jic23@kernel.org>2016-06-27 20:59:10 +0100
commit22ed1a1c1cceebff380b3f6f84d520a0b398509a (patch)
tree88ed54fdd9333135d44cf5dc0ebce6e3fa7cf512 /drivers/pcmcia
parentaea7b1dc2bb7405f2d7827b202788fbee3912c1a (diff)
downloadlinux-22ed1a1c1cceebff380b3f6f84d520a0b398509a.tar.gz
iio: as3935: improve error reporting in as3935_event_work
gcc warns about a potentially uninitialized variable use
in as3935_event_work:

drivers/iio/proximity/as3935.c: In function ‘as3935_event_work’:
drivers/iio/proximity/as3935.c:231:6: error: ‘val’ may be used uninitialized in this function [-Werror=maybe-uninitialized]

This case specifically happens when spi_w8r8() fails with a
negative return code. We check all other users of this function
except this one.

As the error is rather unlikely to happen after the device
has already been initialized, this just adds a dev_warn().
Another warning already exists in the same function, but is
missing a trailing '\n' character, so I'm fixing that too.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Matt Ranostay <mranostay@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/pcmcia')
0 files changed, 0 insertions, 0 deletions