]> asedeno.scripts.mit.edu Git - linux.git/commit
of: be consistent in form of file mode
authorFrank Rowand <frank.rowand@sony.com>
Wed, 21 Jun 2017 19:20:03 +0000 (12:20 -0700)
committerRob Herring <robh@kernel.org>
Thu, 22 Jun 2017 16:16:44 +0000 (11:16 -0500)
commit7ace5f4806e895b2227f3ebb00d1fe24f60596c4
treeab523f567982afeac6cfed19a515878eae2384bd
parent249969514e23b07d1872fc614bb5cfd3577bde35
of: be consistent in form of file mode

checkpatch whined about using S_IRUGO instead of octal equivalent
when adding phandle sysfs code, so used octal in that pending patch.
Change other instances of the S_* constants in the same file to
the octal form.

Signed-off-by: Frank Rowand <frank.rowand@sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/base.c