Instead of skipping the call to hdcp_destroy(), use NULL for the kobject
authorjsg <jsg@openbsd.org>
Thu, 18 Jan 2024 05:01:52 +0000 (05:01 +0000)
committerjsg <jsg@openbsd.org>
Thu, 18 Jan 2024 05:01:52 +0000 (05:01 +0000)
commit266d9df0c9b5293d5f40652867bf566d74326049
tree5693af61b975abfd78f301e65a77231dd4148ba8
parente7a40e26f00ddfe6d952478f6c86a040ecf230b2
Instead of skipping the call to hdcp_destroy(), use NULL for the kobject
argument.  Unused in the function itself as we define away
sysfs_remove_bin_file().
sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c