Skip to content

Commit 4e7c3cd

Browse files
charleskeepaxbroonie
authored andcommitted
ASoC: cs35l41: Remove incorrect comment
The IRQ is not used for the PDN_DONE bit, this is polled during the DAPM sequence, remove the misleading comment. Signed-off-by: Charles Keepax <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent dcf8213 commit 4e7c3cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sound/soc/codecs/cs35l41.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,8 +1338,6 @@ int cs35l41_probe(struct cs35l41_private *cs35l41,
13381338
ret = devm_request_threaded_irq(cs35l41->dev, cs35l41->irq, NULL, cs35l41_irq,
13391339
IRQF_ONESHOT | IRQF_SHARED | irq_pol,
13401340
"cs35l41", cs35l41);
1341-
1342-
/* CS35L41 needs INT for PDN_DONE */
13431341
if (ret != 0) {
13441342
dev_err(cs35l41->dev, "Failed to request IRQ: %d\n", ret);
13451343
goto err;

0 commit comments

Comments
 (0)