zephyr/drivers/usb
Jeremy Bettis b1f42f2e71 drivers: Fix uninitialized variable warning.
In GCC 14.2.0, the keyvariable in usb_dc_ep_write is detected to be used
before initialization, even though this usage should be safe.

Fix by initializing the key variable to 0, and making the 2 if
statements explicitly checking the same value.

Signed-off-by: Jeremy Bettis <jbettis@google.com>
2024-11-12 15:58:47 -06:00
..
bc12
common drivers: udc_dwc2: Add missing GHWCFG bit defines 2024-09-25 12:03:12 +01:00
device drivers: Fix uninitialized variable warning. 2024-11-12 15:58:47 -06:00
udc drivers: udc_nrf: fix enqueue of control IN transfer with length 0 2024-11-05 10:53:11 -06:00
uhc
uvb
CMakeLists.txt
Kconfig