forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/video/fbdev/matrox/i2c-matroxfb.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 *
34 * Hardware accelerated Matrox Millennium I, II, Mystique, G100, G200, G400 and G450.
....@@ -190,8 +191,8 @@
190191 0x1b, I2C_CLIENT_END
191192 };
192193
193
- i2c_new_probed_device(&m2info->maven.adapter,
194
- &maven_info, addr_list, NULL);
194
+ i2c_new_scanned_device(&m2info->maven.adapter,
195
+ &maven_info, addr_list, NULL);
195196 }
196197 }
197198 return m2info;