From: Andy Shevchenko Date: Tue, 5 May 2026 11:46:06 +0000 (+0200) Subject: iio: magnetometer: ak8975: drop duplicate NULL check X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6982743df9e70280caf337671db22c9b4afd4b45;p=thirdparty%2Fkernel%2Fstable.git iio: magnetometer: ak8975: drop duplicate NULL check The gpiod_set_consumer_name() is NULL-aware, no need to perform the same check in the caller. Signed-off-by: Andy Shevchenko Signed-off-by: Joshua Crofts Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/magnetometer/ak8975.c b/drivers/iio/magnetometer/ak8975.c index b9fe2d7eeef8..00ac19325da6 100644 --- a/drivers/iio/magnetometer/ak8975.c +++ b/drivers/iio/magnetometer/ak8975.c @@ -919,8 +919,7 @@ static int ak8975_probe(struct i2c_client *client) eoc_gpiod = devm_gpiod_get_optional(&client->dev, NULL, GPIOD_IN); if (IS_ERR(eoc_gpiod)) return PTR_ERR(eoc_gpiod); - if (eoc_gpiod) - gpiod_set_consumer_name(eoc_gpiod, "ak_8975"); + gpiod_set_consumer_name(eoc_gpiod, "ak_8975"); /* * According to AK09911 datasheet, if reset GPIO is provided then