This patch series provides a couple of cleanups for the AMD HFI driver
by removing unused and redundant code.
The changes remove an unused cpumask field from the amd_hfi_cpuinfo
struct, along with a boilerplate .owner assignment that is already
handled by the driver core and was flagged by coccicheck.
Kuan-Wei Chiu (2):
platform/x86/amd: hfi: Remove unused cpumask from cpuinfo struct
platform/x86/amd: hfi: Remove redundant assignment to .owner
drivers/platform/x86/amd/hfi/hfi.c | 11 -----------
1 file changed, 11 deletions(-)
--
2.34.1