mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
media: tuners: mxl603: Switch back to use struct i2c_driver::probe
struct i2c_driver::probe_new is about to go away. Switch the driver to use the probe callback with the same prototype.
This commit is contained in:
@@ -572,7 +572,7 @@ static struct i2c_driver mxl603_driver = {
|
||||
.driver = {
|
||||
.name = "mxl603",
|
||||
},
|
||||
.probe_new = mxl603_probe,
|
||||
.probe = mxl603_probe,
|
||||
.remove = mxl603_remove,
|
||||
.id_table = mxl603_id_table,
|
||||
};
|
||||
|
Reference in New Issue
Block a user