We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b7c1b8 commit 104b7c9Copy full SHA for 104b7c9
sound/soc/intel/boards/kbl_rt5660.c
@@ -216,7 +216,7 @@ static void kabylake_rt5660_codec_exit(struct snd_soc_pcm_runtime *rtd)
216
* so explicitly test if the gpiod is valid
217
*/
218
if (!IS_ERR_OR_NULL(ctx->gpio_lo_mute))
219
- gpiod_put(ctx->gpio_lo_mute));
+ gpiod_put(ctx->gpio_lo_mute);
220
}
221
222
static int kabylake_hdmi_init(struct snd_soc_pcm_runtime *rtd, int device)
0 commit comments