diff mbox series

ALSA: ppc: keywest: remove outdated comment

Message ID 20210310193227.333140-1-wsa@kernel.org (mailing list archive)
State Not Applicable
Headers show
Series ALSA: ppc: keywest: remove outdated comment | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch success Successfully applied on branch powerpc/merge (91966823812efbd175f904599e5cf2a854b39809)
snowpatch_ozlabs/build-ppc64le success Build succeeded
snowpatch_ozlabs/build-ppc64be success Build succeeded
snowpatch_ozlabs/build-ppc64e success Build succeeded
snowpatch_ozlabs/build-pmac32 success Build succeeded
snowpatch_ozlabs/checkpatch success total: 0 errors, 0 warnings, 0 checks, 12 lines checked
snowpatch_ozlabs/needsstable success Patch has no Fixes tags

Commit Message

Wolfram Sang March 10, 2021, 7:32 p.m. UTC
The I2C attach_adapter callback is gone. Remove this reference.

Signed-off-by: Wolfram Sang <wsa@kernel.org>
---
 sound/ppc/keywest.c | 5 -----
 1 file changed, 5 deletions(-)

Comments

Takashi Iwai March 11, 2021, 10:47 a.m. UTC | #1
On Wed, 10 Mar 2021 20:32:27 +0100,
Wolfram Sang wrote:
> 
> The I2C attach_adapter callback is gone. Remove this reference.
> 
> Signed-off-by: Wolfram Sang <wsa@kernel.org>

Applied, thanks.


Takashi
diff mbox series

Patch

diff --git a/sound/ppc/keywest.c b/sound/ppc/keywest.c
index a6c1905039de..a8915100d6bb 100644
--- a/sound/ppc/keywest.c
+++ b/sound/ppc/keywest.c
@@ -13,12 +13,7 @@ 
 #include <sound/core.h>
 #include "pmac.h"
 
-/*
- * we have to keep a static variable here since i2c attach_adapter
- * callback cannot pass a private data.
- */
 static struct pmac_keywest *keywest_ctx;
-
 static bool keywest_probed;
 
 static int keywest_probe(struct i2c_client *client,