]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/radeon/radeon_connectors: remove radeon_connector_free_edid
authorJoshua Peisach <jpeisach@ubuntu.com>
Sat, 23 May 2026 14:27:48 +0000 (10:27 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 27 May 2026 14:51:19 +0000 (10:51 -0400)
commitc9b2ad100b10dabe0bea691001b0808b4f0fcc55
treece2437c1b9ec16b0caa1585a4810b3c850200ecc
parent8bdabc34f3f203348b405e4fefcd7516f8a82039
drm/radeon/radeon_connectors: remove radeon_connector_free_edid

Since we are using struct drm_edid, we can call drm_edid_free directly.
Also make sure to set the pointer to NULL afterwards.

Signed-off-by: Joshua Peisach <jpeisach@ubuntu.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_connectors.c