video: fbdev: matrox: convert to i2c_new_scanned_device
Move from the deprecated i2c_new_probed_device() to the new i2c_new_scanned_device(). Make use of the new ERRPTR if suitable. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Acked-by: Daniel Vetter <daniel@ffwll.ch> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
parent
ce668524bf
commit
a72e27f7a4
|
@ -191,7 +191,7 @@ static void* i2c_matroxfb_probe(struct matrox_fb_info* minfo) {
|
||||||
0x1b, I2C_CLIENT_END
|
0x1b, I2C_CLIENT_END
|
||||||
};
|
};
|
||||||
|
|
||||||
i2c_new_probed_device(&m2info->maven.adapter,
|
i2c_new_scanned_device(&m2info->maven.adapter,
|
||||||
&maven_info, addr_list, NULL);
|
&maven_info, addr_list, NULL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue