ALSA: sparc: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
这个提交包含在:
@@ -2119,7 +2119,6 @@ MODULE_DEVICE_TABLE(of, cs4231_match);
|
||||
static struct platform_driver cs4231_driver = {
|
||||
.driver = {
|
||||
.name = "audio",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = cs4231_match,
|
||||
},
|
||||
.probe = cs4231_probe,
|
||||
|
在新工单中引用
屏蔽一个用户