diff options
author | 2023-07-17 11:40:21 -0700 | |
---|---|---|
committer | 2023-11-15 11:34:30 -0800 | |
commit | 330af90c4b43bdcc2a49b221bdd996afd3a0abb6 (patch) | |
tree | 7ad53dfedb9c3aad236b22242f680a21665c9f94 /net/core/dev_ioctl.c | |
parent | net/mlx5e: Access array with enum values instead of magic numbers (diff) | |
download | wireguard-linux-330af90c4b43bdcc2a49b221bdd996afd3a0abb6.tar.xz wireguard-linux-330af90c4b43bdcc2a49b221bdd996afd3a0abb6.zip |
net/mlx5: Refactor real time clock operation checks for PHC
Check if the MTUTC register of the NIC can be modified before attempting to
execute a real-time clock operation. Previous implementation aborted the
real-time clock operation pre-emptively when the MTUTC register used to
control the real-time clock was not modifiable, indicating real-time clock
mode was not enabled on the NIC. The original control flow was confusing
since the noop-if-RTC-disabled branch looked similar to an error handling
guard clause. The purpose of this patch is purely for improving readability
and should lead to no functional change.
Signed-off-by: Rahul Rameshbabu <rrameshbabu@nvidia.com>
Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Diffstat (limited to 'net/core/dev_ioctl.c')
0 files changed, 0 insertions, 0 deletions