zephyr/drivers/sensor/ms5837
Tomasz Bursztyka 97326c0445 device: Fix structure attributes access
Since struct devconfig was merged earlier into struct device, let's fix
accessing config_info, name, ... attributes everywhere via:

grep -rlZ 'dev->config->' | xargs -0 sed -i 's/dev->config->/dev->/g'

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-05-08 23:07:44 +02:00
..
CMakeLists.txt drivers: sensors: Added MS5837 driver 2018-10-12 14:28:32 -05:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
ms5837.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
ms5837.h cleanup: include/: move i2c.h to drivers/i2c.h 2019-06-27 22:55:49 -04:00