freebsd-nq/sys/dev/ena
Marcin Wojtas ddec69e6a7 ena: remove surplus NULL checks when freeing ENA resources
Calling free on a NULL pointer is valid, as appropriate check is already
done internally:

/* free(NULL, ...) does nothing */
if (addr == NULL)
    return;

Submitted by: Artur Rojek <ar@semihalf.com>
Obtained from: Semihalf
MFC after: 2 weeks
Sponsored by: Amazon, Inc.
2021-06-24 16:02:39 +02:00
..
ena_datapath.c ena: change ENA C++-style comment into C-style 2021-06-24 16:02:39 +02:00
ena_datapath.h Add SPDX license tag to the ENA driver files 2020-11-18 15:07:34 +00:00
ena_netmap.c Add SPDX license tag to the ENA driver files 2020-11-18 15:07:34 +00:00
ena_netmap.h Add SPDX license tag to the ENA driver files 2020-11-18 15:07:34 +00:00
ena_sysctl.c ena: add support for the large LLQ headers in ENA 2021-06-24 16:02:39 +02:00
ena_sysctl.h ena: add support for the large LLQ headers in ENA 2021-06-24 16:02:39 +02:00
ena.c ena: remove surplus NULL checks when freeing ENA resources 2021-06-24 16:02:39 +02:00
ena.h Allocate BAR for ENA MSIx vector table 2021-02-18 13:54:36 +01:00