Files
linux/drivers/iio/dac
Colin Ian King c917ef27c1 iio: dac: ad5380: fix incorrect assignment to val
[ Upstream commit b1e18768ef ]

Currently the pointer val is being incorrectly incremented
instead of the value pointed to by val. Fix this by adding
in the missing * indirection operator.

Addresses-Coverity: ("Unused value")
Fixes: c03f2c5368 ("staging:iio:dac: Add AD5380 driver")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-01-29 10:24:31 +01:00
..
2018-11-13 11:16:57 -08:00
2016-01-24 14:46:21 +00:00
2015-10-11 15:45:17 +01:00
2016-02-07 17:34:04 -08:00