]> git.baikalelectronics.ru Git - kernel.git/commit
opp: Replace ENOTSUPP with EOPNOTSUPP
authorViresh Kumar <viresh.kumar@linaro.org>
Mon, 1 Feb 2021 05:18:54 +0000 (10:48 +0530)
committerViresh Kumar <viresh.kumar@linaro.org>
Tue, 2 Feb 2021 05:00:54 +0000 (10:30 +0530)
commit1d614920318b914f86c1fec2adec06ad2f7c3f55
treec3851a1b0dc2c014a77577dadebec49204d9ad6a
parentf3988bc5d58b768c5cf0dadf5f0e49f7176432df
opp: Replace ENOTSUPP with EOPNOTSUPP

Checkpatch gives following warning for new patches, and the new patches
normally follow the existing standards for such stuff. Lets fix it
properly.

WARNING: ENOTSUPP is not a SUSV4 error code, prefer EOPNOTSUPP.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
include/linux/pm_opp.h