zephyr/drivers/sensor/mcp9808
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 license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig sensor: mcp9808: Convert to DTS 2019-11-08 07:44:54 -06:00
mcp9808.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00
mcp9808.h drivers: sensor: mcp9808: fix various problems and improve test 2020-01-08 20:33:51 -05:00
mcp9808_trigger.c device: Fix structure attributes access 2020-05-08 23:07:44 +02:00