Re: [PATCH net v1] ptp: Make max_phase_adjustment sysfs device attribute invisible when not supported
From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-06-29 18:06:49
Also in:
ltp
From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-06-29 18:06:49
Also in:
ltp
On Tue, 27 Jun 2023 16:21:39 -0700 Rahul Rameshbabu wrote:
The .adjphase operation is an operation that is implemented only by certain PHCs. The sysfs device attribute node for querying the maximum phase adjustment supported should not be exposed on devices that do not support .adjphase.
Richard, ack?