We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36534d3 commit 144ba85Copy full SHA for 144ba85
include/linux/pse-pd/pse.h
@@ -167,14 +167,14 @@ static inline int pse_ethtool_get_status(struct pse_control *psec,
167
struct netlink_ext_ack *extack,
168
struct pse_control_status *status)
169
{
170
- return -ENOTSUPP;
+ return -EOPNOTSUPP;
171
}
172
173
static inline int pse_ethtool_set_config(struct pse_control *psec,
174
175
const struct pse_control_config *config)
176
177
178
179
180
static inline bool pse_has_podl(struct pse_control *psec)
0 commit comments