nuttx/drivers/power
wangjianyu3 f0590eeaf0 drivers/power/pm: Fix warning of type cast
Env: sim (Ubuntu 22.04.3 LTS (x86_64 GNU/Linux)), enable PM
```
power/pm/pm_autoupdate.c: In function ‘pm_auto_updatestate’:
power/pm/pm_autoupdate.c:84:46: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   84 |                      pm_auto_updatestate_cb, (FAR void *)domain, 0);
      |                                              ^
power/pm/pm_autoupdate.c:89:34: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
   89 |           pm_auto_updatestate_cb((FAR void *)domain);
      |                                  ^
```

Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
2024-04-10 22:51:28 +08:00
..
battery nuttx/list: rename container_of to list_container_of from public header 2024-02-29 19:44:54 +08:00
pm drivers/power/pm: Fix warning of type cast 2024-04-10 22:51:28 +08:00
relay fs/inode: remove all unnecessary check for filep/inode 2023-08-29 09:47:11 +08:00
supply nuttx/list: rename container_of to list_container_of from public header 2024-02-29 19:44:54 +08:00
CMakeLists.txt cmake: fix CMake build break 2023-07-15 23:32:36 +08:00
Kconfig
Make.defs