diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2022-02-07 15:38:37 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2022-04-10 16:21:45 +0100 |
commit | 8c576f87ad7eb639b8bd4472a9bb830e0696dda5 (patch) | |
tree | 3adaf18e206dd4aad53cd3566eae548c345fe8cf /net/hsr/hsr_main.c | |
parent | 2f53b4adfede66f1bc1c8bb7efd7ced2bad1191a (diff) | |
download | linux-8c576f87ad7eb639b8bd4472a9bb830e0696dda5.tar.bz2 |
iio: core: Hide read accesses to iio_dev->currentmode
In order to later move this variable within the opaque structure, let's
create a helper for accessing it in read-only mode. This helper will be
exposed to device drivers and kept accessible for the few that could need
it. The write access to this variable however should be fully reserved to
the core so in a second step we will hide this variable into the opaque
structure.
Cc: Eugen Hristev <eugen.hristev@microchip.com>
Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: Ludovic Desroches <ludovic.desroches@microchip.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/r/20220207143840.707510-11-miquel.raynal@bootlin.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'net/hsr/hsr_main.c')
0 files changed, 0 insertions, 0 deletions