Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db3be255 authored by Fabio Estevam's avatar Fabio Estevam Committed by Mark Brown
Browse files

ASoC: cs35l34: Remove unneeded gpiod NULL check



The gpiod API checks for NULL descriptors, so there is no need to
duplicate the check in the driver.

Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 5771a8c0
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1138,7 +1138,6 @@ static int cs35l34_i2c_remove(struct i2c_client *client)

	snd_soc_unregister_codec(&client->dev);

	if (cs35l34->reset_gpio)
	gpiod_set_value_cansleep(cs35l34->reset_gpio, 0);

	pm_runtime_disable(&client->dev);