summaryrefslogtreecommitdiff
path: root/sound/ppc
diff options
context:
space:
mode:
authorWolfram Sang <wsa@kernel.org>2021-03-10 20:32:27 +0100
committerTakashi Iwai <tiwai@suse.de>2021-03-11 11:47:40 +0100
commit9c896eeca4578507faa067d62daa2d66b1541bc8 (patch)
treef9defcf9f9ea6e57c15ba8bb36bd40017b1ade4c /sound/ppc
parentb9dd23bb03fe241ccb774c59b05d5cbac07895dc (diff)
ALSA: ppc: keywest: remove outdated comment
The I2C attach_adapter callback is gone. Remove this reference. Signed-off-by: Wolfram Sang <wsa@kernel.org> Link: https://lore.kernel.org/r/20210310193227.333140-1-wsa@kernel.org Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/ppc')
-rw-r--r--sound/ppc/keywest.c5
1 files changed, 0 insertions, 5 deletions
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,