Commit 9c896eec authored by Wolfram Sang's avatar Wolfram Sang Committed by Takashi Iwai

ALSA: ppc: keywest: remove outdated comment

The I2C attach_adapter callback is gone. Remove this reference.
Signed-off-by: default avatarWolfram Sang <wsa@kernel.org>
Link: https://lore.kernel.org/r/20210310193227.333140-1-wsa@kernel.orgSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent b9dd23bb
...@@ -13,12 +13,7 @@ ...@@ -13,12 +13,7 @@
#include <sound/core.h> #include <sound/core.h>
#include "pmac.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 struct pmac_keywest *keywest_ctx;
static bool keywest_probed; static bool keywest_probed;
static int keywest_probe(struct i2c_client *client, static int keywest_probe(struct i2c_client *client,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment