Skip to content
Commit ea50ee0e authored by Zev Weiss's avatar Zev Weiss Committed by Greg Kroah-Hartman
Browse files

gpio: mockup: Fix mode of debugfs files

commit 0a1bb16e upstream.

This driver's debugfs files have had a read operation since commit
2a9e2740

 ("gpio: mockup: rework debugfs interface"), but were
still being created with write-only mode bits.  Update them to
indicate that the files can also be read.

Signed-off-by: default avatarZev Weiss <zev@bewilderbeest.net>
Fixes: 2a9e2740

 ("gpio: mockup: rework debugfs interface")
Cc: stable@kernel.org # v5.1+
Signed-off-by: default avatarBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c570dbf2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment