nuttx/drivers/modem/alt1250
Xiang Xiao 0d0867484a modem/alt1250: Fix 'inst' may be used uninitialized
In function 'unlock_evtbufinst',
    inlined from 'parse_altcompkt' at modem/alt1250/alt1250.c:919:7,
    inlined from 'altcom_recvthread' at modem/alt1250/alt1250.c:968:21:
Error: modem/alt1250/alt1250.c:385:3: error: 'inst' may be used uninitialized [-Werror=maybe-uninitialized]
  385 |   nxmutex_unlock(&inst->stat_lock);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
modem/alt1250/alt1250.c: In function 'altcom_recvthread':
modem/alt1250/alt1250.c:822:26: note: 'inst' was declared here
  822 |   FAR alt_evtbuf_inst_t *inst;
      |                          ^~~~

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-12-19 08:36:49 +08:00
..
alt1250.c modem/alt1250: Fix 'inst' may be used uninitialized 2023-12-19 08:36:49 +08:00
alt1250.h Update kconfig2html.c 2023-12-14 20:02:52 -08:00
altcom_cmd_log.h
altcom_cmd_sms.h
altcom_cmd_sock.h drivers:alt1250: Correspond to shutdown 2023-09-22 13:51:28 +08:00
altcom_cmd.h drivers/modem/alt1250: Fix bug that modem version could not be taken 2023-09-21 17:44:12 +08:00
altcom_errno.c
altcom_errno.h
altcom_hdlr_firmware.c
altcom_hdlr_firmware.h
altcom_hdlr_log.c
altcom_hdlr_log.h
altcom_hdlr_net.c
altcom_hdlr_net.h
altcom_hdlr_other.c drivers/modem/alt1250: Fix bug that errno was not converted correctly 2023-09-21 13:54:21 +03:00
altcom_hdlr_other.h
altcom_hdlr_pdn.c
altcom_hdlr_pdn.h
altcom_hdlr_pin.c
altcom_hdlr_pin.h
altcom_hdlr_psave.c
altcom_hdlr_psave.h
altcom_hdlr_radio.c
altcom_hdlr_radio.h
altcom_hdlr_sim.c
altcom_hdlr_sim.h
altcom_hdlr_sms.c
altcom_hdlr_sms.h
altcom_hdlr_socket.c drivers:alt1250: Correspond to shutdown 2023-09-22 13:51:28 +08:00
altcom_hdlr_socket.h drivers:alt1250: Correspond to shutdown 2023-09-22 13:51:28 +08:00
altcom_hdlr.c drivers:alt1250: Correspond to shutdown 2023-09-22 13:51:28 +08:00
altcom_hdlr.h
altcom_lwm2m_hdlr.c
altcom_lwm2m_hdlr.h
altcom_pkt.c
altcom_pkt.h Fix nuttx coding style 2023-07-14 01:16:06 +08:00
altmdm_event.c
altmdm_event.h
altmdm_spi.c
altmdm_spi.h
altmdm_timer.c
altmdm_timer.h
altmdm.c cxd56/alt1250: Change power on sequence 2023-07-06 13:18:57 +08:00
altmdm.h
CMakeLists.txt cmake:fix drivers build block during cmake reforming 2023-08-16 22:38:52 +08:00
Kconfig
Make.defs