]> www.infradead.org Git - users/dwmw2/linux.git/commit
nvmem: Use the same permissions for eeprom as for nvmem
authorJean Delvare <jdelvare@suse.de>
Sun, 28 Jul 2019 16:42:55 +0000 (18:42 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Aug 2019 06:30:09 +0000 (08:30 +0200)
commit505d5fc02a34b21383ece37872a8bcf5e59394e5
treebfeed33f601563fe21998b2c48db5b2f1dc78f49
parentf1079e415bc193eb6f6d186b7e77008929838ed2
nvmem: Use the same permissions for eeprom as for nvmem

[ Upstream commit e70d8b287301eb6d7c7761c6171c56af62110ea3 ]

The compatibility "eeprom" attribute is currently root-only no
matter what the configuration says. The "nvmem" attribute does
respect the setting of the root_only configuration bit, so do the
same for "eeprom".

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Fixes: b6c217ab9be6 ("nvmem: Add backwards compatibility support for older EEPROM drivers.")
Reviewed-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20190728184255.563332e6@endymion
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/nvmem/nvmem-sysfs.c