audio_kernel: Fix compilation issues during kernel upgrade
Updated WCD937x, WSA881x-analog and bolero drivers for successful compilation on kernel6.0 for holi. Change-Id: Ia91a999f825570b3d7123842f0aad3740c4d25ed
这个提交包含在:

提交者
Gerrit - the friendly Code Review server

父节点
e7118564d5
当前提交
b6e311a3d8
@@ -1584,7 +1584,7 @@ err:
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int wsa881x_i2c_remove(struct i2c_client *client)
|
||||
static void wsa881x_i2c_remove(struct i2c_client *client)
|
||||
{
|
||||
struct wsa881x_pdata *wsa881x = client->dev.platform_data;
|
||||
|
||||
@@ -1601,7 +1601,6 @@ static int wsa881x_i2c_remove(struct i2c_client *client)
|
||||
}
|
||||
i2c_set_clientdata(client, NULL);
|
||||
kfree(wsa881x);
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_PM_SLEEP
|
||||
|
在新工单中引用
屏蔽一个用户