iio: inkern: Remove the 'unused' variable usage in iio_channel_read_max()
authorHerve Codina <herve.codina@bootlin.com>
Fri, 23 Jun 2023 08:58:22 +0000 (10:58 +0200)
committerMark Brown <broonie@kernel.org>
Sun, 9 Jul 2023 21:48:12 +0000 (22:48 +0100)
commitad4e8480a1db8713ee7dfcc2770ea9f577750111
tree16c5fe675ea31c59c917d5e480eebd17a2bb02c8
parent1e1b4fbd6d0f8c54af14dcf18bd3136816153b12
iio: inkern: Remove the 'unused' variable usage in iio_channel_read_max()

The code uses a local variable to initialize a null pointer in order to
avoid accessing this null pointer later on.

Simply removed the 'unused' variable and check for the null pointer just
before accessing it.

Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Link: https://lore.kernel.org/r/20230623085830.749991-6-herve.codina@bootlin.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/iio/inkern.c