commit | 3cf10282821a3832eca6c78887e3e69a61c5feda | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Fri Apr 05 12:39:26 2019 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Mon Apr 15 17:19:53 2019 -0700 |
tree | edfb26633f3c65d1081be90f8f5227c2cfdd8e77 | |
parent | 00669d196c616c0a9970a3a9ee66efab6868df0c [diff] |
hwmon: (pmbus_core) Replace S_<PERMS> with octal values Replace S_<PERMS> with octal values. The conversion was done automatically with coccinelle. The semantic patches and the scripts used to generate this commit log are available at https://github.com/groeck/coccinelle-patches/. This patch does not introduce functional changes. It was verified by compiling the old and new files and comparing text and data sizes. Signed-off-by: Guenter Roeck <linux@roeck-us.net>