]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iio: adc: ad7768-1: Move setting of val a bit later to avoid unnecessary return value...
authorJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 17 Feb 2025 14:16:12 +0000 (14:16 +0000)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Tue, 4 Mar 2025 13:17:49 +0000 (13:17 +0000)
commit0af1c801a15225304a6328258efbf2bee245c654
tree7dab6e32da69e6021c8c4a52f28bd47de57c3212
parent4758f987d3a1b0e7f7b559fb864db02ae2474231
iio: adc: ad7768-1: Move setting of val a bit later to avoid unnecessary return value check

The data used is all in local variables so there is no advantage
in setting *val = ret with the direct mode claim held.
Move it later to after error check.

Reviewed-by: Nuno Sá <nuno.sa@analog.com>
Link: https://patch.msgid.link/20250217141630.897334-13-jic23@kernel.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/ad7768-1.c