coreboot-kgpe-d16/src/drivers/usb
Arthur Heymans 5d8fe86db2 drivers/usb/hub/acpi.c: Don't use heap for ACPI name
Using malloc would increase the heap use each time this function is
called. Instead allocate a per struct device buffer inside the
chip_info struct.

Found by coverity scan, CID 1488815.

Change-Id: Ie24870b34338624b3bf3a6f420debdd24a68ffbd
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64338
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
2022-09-16 13:05:19 +00:00
..
acpi
hub drivers/usb/hub/acpi.c: Don't use heap for ACPI name 2022-09-16 13:05:19 +00:00
pci_xhci drivers/usb/pci_xhci: Add Sabrina xhci pci device id 2022-04-19 15:58:40 +00:00
Kconfig
Makefile.inc
console.c
ehci.h drivers: Get rid of unnecessary blank lines {before,after} brace 2022-07-17 18:45:23 +00:00
ehci_debug.c CBMEM: Change declarations for initialization hooks 2022-05-20 07:15:39 +00:00
ehci_debug.h
gadget.c drivers/usb/gadget.c: Use 'printk()' instead of 'dprintk()' 2022-06-20 12:12:30 +00:00
pci_ehci.c
usb_ch9.h