diff options
author | Kaushlendra Kumar <kaushlendra.kumar@intel.com> | 2025-08-18 11:51:24 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2025-09-01 18:32:25 +0300 |
commit | 91418337a27d800b33d6d391f565b1fa2c7ff75c (patch) | |
tree | e36131914f51722884047693de765b295cc1ef20 /drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c | |
parent | 17224c1d2574d29668c4879e1fbf36d6f68cd22b (diff) | |
download | linux-91418337a27d800b33d6d391f565b1fa2c7ff75c.tar.xz |
intel_idle: Remove unnecessary address-of operators
Remove redundant address-of operators (&) when assigning the
intel_idle() function pointer to the .enter field in cpuidle_state
structures.in C, the & is not needed for function names.
This change improves code consistency and readability by using the
more conventional form without the & operator.
No functional change intended.
Signed-off-by: Kaushlendra Kumar <kaushlendra.kumar@intel.com>
Reviewed-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Link: https://patch.msgid.link/20250818085124.3897921-1-kaushlendra.kumar@intel.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c')
0 files changed, 0 insertions, 0 deletions