Loading
drm/amd/pm: Use devm_i2c_add_adapter() in the i2c init
Instead of using i2c_add_adapter() and i2c_del_adapter(), replace them with devm_i2c_add_adapter() to simplify the i2c logic. Signed-off-by:Rodrigo Siqueira <siqueira@igalia.com> Signed-off-by:
Alex Deucher <alexander.deucher@amd.com>