mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-07 02:45:22 +00:00
Via coccinelle: @r_device_config@ struct device *D; @@ D-> - config_info + config And 2 grep/sed rules for macros: git grep -rlz 'dev)->config_info' | xargs -0 sed -i 's/dev)->config_info/dev)->config/g' git grep -rlz 'dev->config_info' | xargs -0 sed -i 's/dev->config_info/dev->config/g' Fixes #27397 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ht16k33.c | ||
Kconfig | ||
Kconfig.ht16k33 | ||
Kconfig.lp3943 | ||
Kconfig.lp5562 | ||
Kconfig.pca9633 | ||
led_context.h | ||
led_handlers.c | ||
lp3943.c | ||
lp5562.c | ||
pca9633.c |