zephyr/drivers/regulator
Peter Bigot 5263289631 drivers: regulator: avoid improper access to internal structures
Nothing in the API description the delayed work structure sanctions
direct reference to internal fields.  Do not assume that a delayed
work item can be submitted without delay by invoking k_work_submit()
with a reference to the contained work item.  Instead submit with the
delayed API and no wait.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-11-24 13:04:48 +02:00
..
CMakeLists.txt
Kconfig
Kconfig.fixed
regulator_fixed.c drivers: regulator: avoid improper access to internal structures 2020-11-24 13:04:48 +02:00