]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: ppc: Remove i2c client removal hack
authorHeiner Kallweit <hkallweit1@gmail.com>
Fri, 1 Nov 2024 22:07:14 +0000 (23:07 +0100)
committerWolfram Sang <wsa+renesas@sang-engineering.com>
Fri, 3 Jan 2025 12:21:54 +0000 (13:21 +0100)
commit60be800603ff81d43b2fbb3c067bbef49f7d8414
tree19691d5251cb908db2417466db069f83f729e9c2
parentfc033cf25e612e840e545f8d5ad2edd6ba613ed5
ALSA: ppc: Remove i2c client removal hack

The i2c_driver.clients list is internal to I2C core and is going
to be removed.  No driver should access it. Unregister the
i2c client explicitly before deleting the i2c driver.

Reviewed-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
sound/ppc/keywest.c